From 5457983e00f094293cb43f6b2537e26fd27e362a Mon Sep 17 00:00:00 2001 From: Tim Warren Date: Thu, 18 Jun 2015 13:50:44 -0400 Subject: [PATCH] Anoter try at cpputest in travis --- .travis.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 624038c..5091506 100755 --- a/.travis.yml +++ b/.travis.yml @@ -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: