blob: e43a89e453a7fd0831c8aed07ffbce96dfd726e2 [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
Nicolas "Pixel" Nobled30b0052015-03-03 04:30:00 +01007 - sudo pip install cpp-coveralls
murgatroid997e14dd82015-02-27 15:06:03 -08008env:
murgatroid9923991602015-02-27 15:39:03 -08009 global:
10 - RUBY_VERSION=2.1
Nicolas "Pixel" Nobled30b0052015-03-03 04:30:00 +010011 - COVERALLS_PARALLEL=true
murgatroid9923991602015-02-27 15:39:03 -080012 matrix:
murgatroid995c4052d2015-03-02 13:28:12 -080013 - CONFIG=dbg TEST=c
14 - CONFIG=dbg TEST=c++
15 - CONFIG=opt TEST=c
16 - CONFIG=opt TEST=c++
17 - CONFIG=opt TEST=node
18 - CONFIG=opt TEST=ruby
murgatroid99b7063f12015-02-27 16:12:24 -080019 - CONFIG=opt TEST=python
Nicolas "Pixel" Nobled30b0052015-03-03 04:30:00 +010020 - CONFIG=gcov TEST=c
21 - CONFIG=gcov TEST=c++
Craig Tiller26a3c072015-02-26 15:59:26 -080022script:
murgatroid997e14dd82015-02-27 15:06:03 -080023 - rvm use $RUBY_VERSION
murgatroid99726b4862015-02-27 14:54:24 -080024 - gem install bundler
Craig Tillerf26582d2015-02-27 16:01:13 -080025 - ./tools/run_tests/run_tests.py -l $TEST -t -j 16 -c $CONFIG -s 4.0
Nicolas "Pixel" Nobled30b0052015-03-03 04:30:00 +010026after_success:
27 - if [ "$CONFIG" = "gcov" ] ; then coveralls --exclude third_party --exclude gens -b. --gcov-options '\-p' ; fi
Nicolas "Pixel" Noble9f1baf72015-02-26 18:50:03 +010028notifications:
Nicolas "Pixel" Nobled30b0052015-03-03 04:30:00 +010029 email: false
30 webhooks:
31 - https://coveralls.io/webhook?repo_token=54IxAHPjJNdQJzJAhPU0MFpCtg7KvcydQ