This is getting old...I hope this build works
This commit is contained in:
parent
1e56715f5b
commit
be2138b5a4
@ -1,4 +1,4 @@
|
||||
sudo: false
|
||||
sudo: required
|
||||
language: cpp
|
||||
|
||||
before_install:
|
||||
@ -6,7 +6,8 @@ before_install:
|
||||
- export CXXFLAGS="$CXXFLAGS -DTRAVIS"
|
||||
|
||||
install:
|
||||
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
|
||||
- sudo apt-get install -qq libwxgtk3.0-dev libwxgtk3.0-0 libssh2-1-dev
|
||||
- if [ "$CXX" = "g++" ]; then sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 98; fi
|
||||
|
||||
# Build with both gcc and clang
|
||||
compiler:
|
||||
@ -21,8 +22,5 @@ addons:
|
||||
- gcc-4.8
|
||||
- g++-4.8
|
||||
- clang
|
||||
- libwxgtk3.0-dev
|
||||
- libwxgtk3.0-0
|
||||
- libssh2-1-dev
|
||||
|
||||
script: make clean run-tests
|
||||
|
Loading…
Reference in New Issue
Block a user