Try a basic build with travis...it should pass

This commit is contained in:
Tim Warren 2015-06-19 13:42:24 -04:00
parent c1406e9d4e
commit d08e344744
1 changed files with 6 additions and 6 deletions

View File

@ -15,11 +15,11 @@ before_install:
- if [ "$CXX" = "g++" ]; then sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 98; fi
# Setup cpputest
- git clone git://github.com/cpputest/cpputest.git
- cd cpputest/cpputest_build
- cmake ..
- make && sudo make install
- cd ../../
#- git clone git://github.com/cpputest/cpputest.git
#- cd cpputest/cpputest_build
#- cmake ..
#- make && sudo make install
#- cd ../../
# Install dependencies
- sudo apt-get -qq install libwxgtk3.0-dev libwxgtk3.0-0 libssh2-1-dev
@ -29,4 +29,4 @@ compiler:
- gcc
- clang
script: make clean run-tests
script: make clean dev