travis upd

This commit is contained in:
wgroeneveld 2018-08-14 10:13:24 +02:00
parent 83ccc1fcbc
commit 9a58fb6f1c
1 changed files with 6 additions and 1 deletions

View File

@ -22,7 +22,12 @@ before_install:
- cd googletest-release-1.8.0
- cmake -DBUILD_SHARED_LIBS=ON .
- make
- echo $GTEST_DIR
# target cmake requires ".a" OSX binaries, symlink them
- mkdir build
- ln -s libgtest_main.so build/libgtest_main.a
- ln -s libgtest.so build/libgtest.a
- sudo cp -a include/gtest /usr/include
- sudo cp -a libgtest_main.so libgtest.so /usr/lib/
script:
- cd $TRAVIS_BUILD_DIR