mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-06 01:45:33 +00:00
Another change in packages names in .travis.yml file.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
This commit is contained in:
parent
73b984cc2d
commit
c32f4d853e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ before_install:
|
|||
- git submodule update --init --recursive
|
||||
- echo "yes" | sudo apt-add-repository ppa:openmw/deps
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq ffmpeg libboost-all-dev libbullet-dev libogre-static-dev mygui-static-dev
|
||||
- sudo apt-get install -qq ffmpeg libboost-all-dev libbullet-dev libogre-static-dev libmygui-static-dev libqt4-dev libgtest-dev
|
||||
script: make
|
||||
branches:
|
||||
only:
|
||||
|
|
Loading…
Reference in a new issue