2014-08-05 08:07:06 +08:00
|
|
|
language: cpp
|
2014-08-05 08:53:43 +08:00
|
|
|
compiler:
|
|
|
|
- gcc
|
|
|
|
- clang
|
2014-08-05 08:07:06 +08:00
|
|
|
|
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
|
|
|
|
|
|
|
before_install:
|
|
|
|
- sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
|
|
|
|
- sudo add-apt-repository -y ppa:saiarcot895/chromium-beta
|
|
|
|
- sudo apt-get --yes update
|
2014-08-05 09:05:47 +08:00
|
|
|
- sudo apt-get --yes install g++-4.8
|
2014-08-05 08:07:06 +08:00
|
|
|
- sudo apt-get --yes install ninja-build
|
|
|
|
- sudo apt-get --yes install liblua5.2-dev
|
|
|
|
|
2014-08-05 08:53:43 +08:00
|
|
|
script: ./bootstrap.py --ci --cxx=$CXX && ninja
|