mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
python3 to get the last little bit of the bootstrap testing done, then its CMake time
This commit is contained in:
parent
2f3d5e6e11
commit
83799ac7bd
12
.travis.yml
12
.travis.yml
|
@ -15,7 +15,8 @@ script:
|
|||
- echo "Configuration info:"
|
||||
- export_compiler_vars
|
||||
- ninja --version
|
||||
- ./bootstrap.py --ci && ninja
|
||||
- python3 --version
|
||||
- python3 bootstrap.py --ci && ninja
|
||||
|
||||
notifications:
|
||||
webhooks:
|
||||
|
@ -45,6 +46,7 @@ matrix:
|
|||
- g++-4.9
|
||||
- ninja-build
|
||||
- liblua5.2-dev
|
||||
- python3
|
||||
|
||||
# gcc-5
|
||||
- os: linux
|
||||
|
@ -59,6 +61,7 @@ matrix:
|
|||
- g++-5
|
||||
- ninja-build
|
||||
- liblua5.2-dev
|
||||
- python3
|
||||
|
||||
# gcc-5
|
||||
- os: linux
|
||||
|
@ -96,6 +99,7 @@ matrix:
|
|||
- gcc-5-multilib
|
||||
- g++-5-multilib
|
||||
- linux-libc-dev:i386
|
||||
- python3
|
||||
|
||||
# clang
|
||||
- os: linux
|
||||
|
@ -124,6 +128,7 @@ matrix:
|
|||
- g++-4.9
|
||||
- ninja-build
|
||||
- liblua5.2-dev
|
||||
- python3
|
||||
|
||||
- os: linux
|
||||
env:
|
||||
|
@ -151,6 +156,7 @@ matrix:
|
|||
- g++-4.9
|
||||
- ninja-build
|
||||
- liblua5.2-dev
|
||||
- python3
|
||||
|
||||
- os: linux
|
||||
env:
|
||||
|
@ -178,6 +184,7 @@ matrix:
|
|||
- g++-4.9
|
||||
- ninja-build
|
||||
- liblua5.2-dev
|
||||
- python3
|
||||
|
||||
- os: linux
|
||||
env:
|
||||
|
@ -205,6 +212,7 @@ matrix:
|
|||
- g++-4.9
|
||||
- ninja-build
|
||||
- liblua5.2-dev
|
||||
- python3
|
||||
|
||||
- os: linux
|
||||
env:
|
||||
|
@ -232,6 +240,7 @@ matrix:
|
|||
- g++-4.9
|
||||
- ninja-build
|
||||
- libluajit-5.1-dev
|
||||
- python3
|
||||
|
||||
- os: linux
|
||||
env:
|
||||
|
@ -259,6 +268,7 @@ matrix:
|
|||
- g++-4.9
|
||||
- ninja-build
|
||||
- liblua5.2-dev
|
||||
- python3
|
||||
|
||||
- os: osx
|
||||
osx_image: xcode7.3
|
||||
|
|
Loading…
Reference in New Issue
Block a user