Anoter try at cpputest in travis

This commit is contained in:
Tim Warren 2015-06-18 13:50:44 -04:00
parent 6f053f84ed
commit 5457983e00
1 changed files with 8 additions and 1 deletions

View File

@ -14,8 +14,15 @@ before_install:
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
- 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
- ../configure
- make && sudo make install
- cd ../../
# Install dependencies
- sudo apt-get -qq install libwxgtk3.0-dev libwxgtk3.0-0 libssh2-1-dev cpputest
- sudo apt-get -qq install libwxgtk3.0-dev libwxgtk3.0-0 libssh2-1-dev
# Build with both gcc and clang
compiler: