ci: make install is required.

This commit is contained in:
Tatsuhiko Kubo 2016-08-28 20:35:34 +09:00
parent a0de1b5e12
commit 059ed536d9

View File

@ -3,12 +3,13 @@ compiler:
- gcc
- clang
before_script:
- sudo apt-get install -y cmake
- apt-get install -y cmake
- wget https://github.com/google/googletest/archive/release-1.8.0.zip
- unzip -q release-1.8.0.zip
- cd googletest-release-1.8.0
- cmake .
- make
- make install
- cd ..
script:
- cd examples