mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
[skip travis] more tuning appveyor.yml
This commit is contained in:
parent
b1b356cfa7
commit
353e274277
18
appveyor.yml
18
appveyor.yml
|
@ -54,17 +54,18 @@ environment:
|
|||
- SOL2_LUA_VERSION: luajit-2.1.0-beta3
|
||||
MINGW_VERSION: 8.1.0
|
||||
- SOL2_LUA_VERSION: 5.3.5
|
||||
SOL2_NO_2015: true
|
||||
SOL2_NO_2015: 1
|
||||
- SOL2_LUA_VERSION: 5.2.4
|
||||
SOL2_NO_2015: true
|
||||
SOL2_NO_2015: 1
|
||||
- SOL2_LUA_VERSION: 5.1.5
|
||||
SOL2_NO_2015: true
|
||||
SOL2_NO_2015: 1
|
||||
- SOL2_LUA_VERSION: luajit-2.0.5
|
||||
SOL2_NO_2015: true
|
||||
SOL2_NO_2015: 1
|
||||
- SOL2_LUA_VERSION: luajit-2.1.0-beta3
|
||||
SOL2_NO_2015: true
|
||||
SOL2_NO_2015: 1
|
||||
|
||||
matrix:
|
||||
#fast_finish: true
|
||||
allow_failures:
|
||||
# 32-bit builds are temperamental with exceptions
|
||||
- platform: x86
|
||||
|
@ -80,12 +81,7 @@ matrix:
|
|||
- MINGW_VERSION: 8.1.0
|
||||
platform: x86
|
||||
# Get rid of Visual Studio 2015 builds (unsupported)
|
||||
- image: Visual Studio 2015
|
||||
platform: x86
|
||||
SOL_NO_2015: true
|
||||
- image: Visual Studio 2017
|
||||
platform: x64
|
||||
SOL_NO_2015: true
|
||||
- SOL_NO_2015: 1
|
||||
- platform: x86
|
||||
SOL2_LUA_VERSION: 5.2.4
|
||||
- platform: x86
|
||||
|
|
Loading…
Reference in New Issue
Block a user