patrick
/
plasp
Archived
1
0
Fork 0

Removed gtest package from Travis configuration to properly use the git submodule instead.

This commit is contained in:
Patrick Lühne 2016-05-25 23:01:42 +02:00
parent 082235eaaf
commit 98a15bbf8e
1 changed files with 2 additions and 1 deletions

View File

@ -12,9 +12,10 @@ matrix:
packages:
- g++-5
- libboost1.55-all-dev
- libgtest-dev
env: COMPILER=g++-5
script:
- git submodule init
- git submodule update
- mkdir build
- cd build
- cmake .. -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTS=ON -DCMAKE_CXX_COMPILER=$COMPILER