Add sdl2-image dependency to travis config

This commit is contained in:
Dmitry Marakasov 2014-09-05 05:50:25 +04:00
parent 168143510b
commit 6d2c1b4f9e

View File

@ -6,6 +6,6 @@ before_install:
- sudo add-apt-repository --yes ppa:zoogie/sdl2-snapshots - sudo add-apt-repository --yes ppa:zoogie/sdl2-snapshots
- sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test - sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -qq cmake libsdl2-dev g++-4.8 - sudo apt-get install -qq cmake libsdl2-dev libsdl2-image-dev g++-4.8
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi - if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
script: cmake . -DRUN_GUI_TESTS=OFF && make && make test script: cmake . -DRUN_GUI_TESTS=OFF && make && make test