blob: efb27d09c2decb086a1db21978ceb77adbe79e57 [file] [log] [blame]
Nicolas "Pixel" Noble9f1baf72015-02-26 18:50:03 +01001language: cpp
Craig Tillera0cff662015-02-26 14:55:02 -08002before_install:
3 - sudo add-apt-repository ppa:yjwong/gflags -y
4 - sudo apt-get update -qq
Craig Tiller44a14472015-02-26 17:40:56 -08005 - sudo apt-get install -qq libgtest-dev libgflags-dev python-virtualenv
Craig Tiller26a3c072015-02-26 15:59:26 -08006script:
murgatroid99530c0b92015-02-27 14:38:34 -08007 - rvm use 2.1.2
murgatroid99726b4862015-02-27 14:54:24 -08008 - gem install bundler
9 - #./tools/run_tests/run_tests.py -l c -t -j 16 -c dbg -s 2.0
10 - #./tools/run_tests/run_tests.py -l c++ -t -j 16 -c dbg -s 2.0
Craig Tiller939b9bd2015-02-26 17:11:45 -080011 - make clean
murgatroid99726b4862015-02-27 14:54:24 -080012 - #./tools/run_tests/run_tests.py -l c -t -j 16 -c opt -s 2.0
13 - #./tools/run_tests/run_tests.py -l c++ -t -j 16 -c opt -s 2.0
14 - #./tools/run_tests/run_tests.py -l node -t -j 16 -c opt
murgatroid99cc2ef262015-02-27 12:51:14 -080015 - ./tools/run_tests/run_tests.py -l ruby -t -j 16 -c opt
Nicolas "Pixel" Noble9f1baf72015-02-26 18:50:03 +010016notifications:
17 email: false