Add the missing step in compiling cpputest

This commit is contained in:
Tim Warren 2015-06-18 13:57:48 -04:00
parent 5457983e00
commit c1406e9d4e
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ before_install:
# Setup cpputest
- git clone git://github.com/cpputest/cpputest.git
- cd cpputest/cpputest_build
- ../configure
- cmake ..
- make && sudo make install
- cd ../../