blob: f1839ac174ae552179a3bf3cc20f992de56c1c1f [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
Jan Tattermusche79e2f52015-04-23 16:13:31 -07005 - sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
6 - echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
7 - echo "deb http://download.mono-project.com/repo/debian wheezy-libtiff-compat main" | sudo tee -a /etc/apt/sources.list.d/mono-xamarin.list
Craig Tillera0cff662015-02-26 14:55:02 -08008 - sudo apt-get update -qq
Craig Tillerf26582d2015-02-27 16:01:13 -08009 - sudo apt-get install -qq libgtest-dev libgflags-dev python-virtualenv clang-3.5
Nicolas "Pixel" Noble9f728642015-03-24 18:50:30 +010010 - sudo pip install cpp-coveralls mako simplejson
Jan Tattermusche79e2f52015-04-23 16:13:31 -070011 - sudo apt-get install -qq mono-devel nunit
12 - wget www.nuget.org/NuGet.exe -O nuget.exe
murgatroid997e14dd82015-02-27 15:06:03 -080013env:
murgatroid9923991602015-02-27 15:39:03 -080014 global:
15 - RUBY_VERSION=2.1
Nicolas "Pixel" Nobled30b0052015-03-03 04:30:00 +010016 - COVERALLS_PARALLEL=true
Jan Tattermusche79e2f52015-04-23 16:13:31 -070017 - NUGET="mono nuget.exe"
murgatroid9923991602015-02-27 15:39:03 -080018 matrix:
Nicolas "Pixel" Noble9f728642015-03-24 18:50:30 +010019 - CONFIG=opt TEST=sanity
murgatroid995c4052d2015-03-02 13:28:12 -080020 - CONFIG=dbg TEST=c
21 - CONFIG=dbg TEST=c++
22 - CONFIG=opt TEST=c
23 - CONFIG=opt TEST=c++
24 - CONFIG=opt TEST=node
25 - CONFIG=opt TEST=ruby
murgatroid99b7063f12015-02-27 16:12:24 -080026 - CONFIG=opt TEST=python
Jan Tattermusche79e2f52015-04-23 16:13:31 -070027 - CONFIG=opt TEST=csharp
Nicolas "Pixel" Nobled30b0052015-03-03 04:30:00 +010028 - CONFIG=gcov TEST=c
29 - CONFIG=gcov TEST=c++
Nicolas "Pixel" Noblefd2b0932015-03-26 00:26:29 +010030 - USE_GCC=4.4 CONFIG=opt TEST=build
31 - USE_GCC=4.5 CONFIG=opt TEST=build
Craig Tiller26a3c072015-02-26 15:59:26 -080032script:
murgatroid997e14dd82015-02-27 15:06:03 -080033 - rvm use $RUBY_VERSION
murgatroid99726b4862015-02-27 14:54:24 -080034 - gem install bundler
Nicolas "Pixel" Noblefd2b0932015-03-26 00:26:29 +010035 - if [ ! -z "$USE_GCC" ] ; then export CC=gcc-$USE_GCC ; export CXX=g++-$USE_GCC ; fi
Craig Tillerf26582d2015-02-27 16:01:13 -080036 - ./tools/run_tests/run_tests.py -l $TEST -t -j 16 -c $CONFIG -s 4.0
Nicolas "Pixel" Nobled30b0052015-03-03 04:30:00 +010037after_success:
38 - if [ "$CONFIG" = "gcov" ] ; then coveralls --exclude third_party --exclude gens -b. --gcov-options '\-p' ; fi
Nicolas "Pixel" Noble9f1baf72015-02-26 18:50:03 +010039notifications:
Nicolas "Pixel" Nobled30b0052015-03-03 04:30:00 +010040 email: false
41 webhooks:
42 - https://coveralls.io/webhook?repo_token=54IxAHPjJNdQJzJAhPU0MFpCtg7KvcydQ