ci: sudo is required.

This commit is contained in:
Tatsuhiko Kubo 2016-08-28 20:37:38 +09:00
parent 059ed536d9
commit b13acd460a

View File

@ -3,13 +3,13 @@ compiler:
- gcc
- clang
before_script:
- apt-get install -y cmake
- sudo 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
- sudo make install
- cd ..
script:
- cd examples