mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Update .travis.yml
This commit is contained in:
parent
d245860334
commit
721c6f1dae
13
.travis.yml
13
.travis.yml
|
@ -1,10 +1,7 @@
|
||||||
language: cpp
|
language: cpp
|
||||||
matrix:
|
compiler:
|
||||||
include:
|
- gcc
|
||||||
- cpp: gcc
|
- clang
|
||||||
env: COMPILER=g++-4.8
|
|
||||||
- cpp: clang
|
|
||||||
env: COMPILER=clang++
|
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
@ -14,8 +11,8 @@ before_install:
|
||||||
- sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
|
- sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
|
||||||
- sudo add-apt-repository -y ppa:saiarcot895/chromium-beta
|
- sudo add-apt-repository -y ppa:saiarcot895/chromium-beta
|
||||||
- sudo apt-get --yes update
|
- sudo apt-get --yes update
|
||||||
- sudo apt-get --yes install g++-4.8
|
- if [ "$CXX" == "g++" ]; then sudo apt-get --yes install g++-4.8; export CXX=g++-4.8; fi
|
||||||
- sudo apt-get --yes install ninja-build
|
- sudo apt-get --yes install ninja-build
|
||||||
- sudo apt-get --yes install liblua5.2-dev
|
- sudo apt-get --yes install liblua5.2-dev
|
||||||
|
|
||||||
script: ./bootstrap.py --ci --cxx=$COMPILER && ninja
|
script: ./bootstrap.py --ci --cxx=$CXX && ninja
|
||||||
|
|
Loading…
Reference in New Issue
Block a user