blob: 17957584b76b32395b0fd94c9aba20ff1f9381af [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
murgatroid997e14dd82015-02-27 15:06:03 -08006env:
murgatroid9923991602015-02-27 15:39:03 -08007 global:
8 - RUBY_VERSION=2.1
9 matrix:
10 - CONFIG=dbg TEST=c
11 - CONFIG=dbg TEST=c++
12 - CONFIG=opt TEST=c
13 - CONFIG=opt TEST=c++
14 - CONFIG=opt TEST=node
15 - CONFIG=opt TEST=ruby
Craig Tiller26a3c072015-02-26 15:59:26 -080016script:
murgatroid997e14dd82015-02-27 15:06:03 -080017 - rvm use $RUBY_VERSION
murgatroid99726b4862015-02-27 14:54:24 -080018 - gem install bundler
murgatroid9923991602015-02-27 15:39:03 -080019 - ./tools/run_tests/run_tests.py -l $TEST -t -j 16 -c $CONFIG -s 2.0
Nicolas "Pixel" Noble9f1baf72015-02-26 18:50:03 +010020notifications:
murgatroid9923991602015-02-27 15:39:03 -080021 email: false