Skip to content
Snippets Groups Projects
Commit 374eadaa authored by Craig Tiller's avatar Craig Tiller Committed by Jan Tattermusch
Browse files

Add apt-gets for gflags, gtest

parent 92ccdecf
No related branches found
No related tags found
No related merge requests found
language: cpp language: cpp
before_install:
- sudo add-apt-repository ppa:yjwong/gflags -y
- sudo apt-get update -qq
- sudo apt-get install -qq libgtest-dev libgflags-dev
script: ./tools/run_tests/run_tests.py -l c c++ -t -j2 script: ./tools/run_tests/run_tests.py -l c c++ -t -j2
notifications: notifications:
email: false email: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment