blob: de320b59a3ae43020889d62362e2a9a0ff6c18cb [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
Craig Tillerf26582d2015-02-27 16:01:13 -08004 - sudo add-apt-repository ppa:h-rayflood/llvm -y
Craig Tillera0cff662015-02-26 14:55:02 -08005 - sudo apt-get update -qq
Craig Tillerf26582d2015-02-27 16:01:13 -08006 - sudo apt-get install -qq libgtest-dev libgflags-dev python-virtualenv clang-3.5
murgatroid997e14dd82015-02-27 15:06:03 -08007env:
murgatroid9923991602015-02-27 15:39:03 -08008 global:
9 - RUBY_VERSION=2.1
10 matrix:
murgatroid995c4052d2015-03-02 13:28:12 -080011 - CONFIG=dbg TEST=c
12 - CONFIG=dbg TEST=c++
13 - CONFIG=opt TEST=c
14 - CONFIG=opt TEST=c++
15 - CONFIG=opt TEST=node
16 - CONFIG=opt TEST=ruby
murgatroid99b7063f12015-02-27 16:12:24 -080017 - CONFIG=opt TEST=python
Craig Tiller26a3c072015-02-26 15:59:26 -080018script:
murgatroid997e14dd82015-02-27 15:06:03 -080019 - rvm use $RUBY_VERSION
murgatroid99726b4862015-02-27 14:54:24 -080020 - gem install bundler
Craig Tillerf26582d2015-02-27 16:01:13 -080021 - ./tools/run_tests/run_tests.py -l $TEST -t -j 16 -c $CONFIG -s 4.0
Nicolas "Pixel" Noble9f1baf72015-02-26 18:50:03 +010022notifications:
murgatroid9923991602015-02-27 15:39:03 -080023 email: false