blob: ba21f8cb912d448e15baac8c20b8dc1c96d32c1e [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 install 2.1.2
8 - rvm use 2.1.2
Craig Tiller8451e872015-02-27 09:25:51 -08009 - ./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
Craig Tiller8451e872015-02-27 09:25:51 -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
Craig Tillera5b3db52015-02-26 16:56:05 -080014 - ./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