mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-10 17:52:00 +00:00
fixup travis script
This commit is contained in:
parent
394f4e273c
commit
02b20ddba8
@ -20,7 +20,7 @@ before_install:
|
||||
- if [ "$CXX" = "g++" ]; then time sudo apt-get update -qq; fi
|
||||
- if [ "$CXX" = "g++" ]; then time sudo apt-get install g++-4.8; fi
|
||||
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8"; fi
|
||||
- if [ "$CXX" = "clang++" ]; then time sudo apt-get install moreutils
|
||||
- if [ "$CXX" = "clang++" ]; then time sudo apt-get install moreutils; fi
|
||||
install:
|
||||
- time sudo apt-get update -qq
|
||||
- time sudo apt-get install -qq libboost-iostreams-dev libboost-program-options-dev libboost-regex-dev libboost-system-dev libboost-test-dev libcairo2-dev libfribidi-dev libpango1.0-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
|
||||
|
Loading…
x
Reference in New Issue
Block a user