blob: 47ab5e888dc6f701d27c9651a38ecebd19facd78 [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:
murgatroid99b7063f12015-02-27 16:12:24 -080010 - CONFIG=opt TEST=python
Craig Tiller26a3c072015-02-26 15:59:26 -080011script:
murgatroid99b7063f12015-02-27 16:12:24 -080012 - which python
murgatroid997e14dd82015-02-27 15:06:03 -080013 - rvm use $RUBY_VERSION
murgatroid99726b4862015-02-27 14:54:24 -080014 - gem install bundler
murgatroid9923991602015-02-27 15:39:03 -080015 - ./tools/run_tests/run_tests.py -l $TEST -t -j 16 -c $CONFIG -s 2.0
Nicolas "Pixel" Noble9f1baf72015-02-26 18:50:03 +010016notifications:
murgatroid9923991602015-02-27 15:39:03 -080017 email: false