sol2/.travis.yml
2014-08-04 21:19:16 -04:00

20 lines
500 B
YAML

language: cpp
compiler:
- gcc
- clang
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
- sudo apt-get --yes install g++-4.8
- if [ "$CXX" == "g++" ]; then export CXX=g++-4.8; fi
- sudo apt-get --yes install ninja-build
- sudo apt-get --yes install liblua5.2-dev
script: ./bootstrap.py --ci --cxx=$CXX && ninja