Anoter try at cpputest in travis
This commit is contained in:
parent
6f053f84ed
commit
5457983e00
@ -14,8 +14,15 @@ before_install:
|
|||||||
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
|
- 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
|
- 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
|
# 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
|
# Build with both gcc and clang
|
||||||
compiler:
|
compiler:
|
||||||
|
Loading…
Reference in New Issue
Block a user