mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Put mingw jobs on top
This commit is contained in:
parent
c887f7bf43
commit
5e0ceaca67
23
appveyor.yml
23
appveyor.yml
|
@ -27,6 +27,21 @@ max_jobs: 4
|
||||||
pull_requests:
|
pull_requests:
|
||||||
do_not_increment_build_number: true
|
do_not_increment_build_number: true
|
||||||
|
|
||||||
|
# Ordering is important!
|
||||||
|
# specifying VS 2015 first makes all the 2015 jobs run first
|
||||||
|
# we need this so the MinGW jobs can run first
|
||||||
|
# In general, the matrix seems to order by appearance of first-order
|
||||||
|
# dimensions (Image, Platform, Configuration) and then
|
||||||
|
# the order of whatever elements are in the matrix
|
||||||
|
image:
|
||||||
|
- Visual Studio 2015
|
||||||
|
- Visual Studio 2017
|
||||||
|
|
||||||
|
# Run x64 first, x86 second
|
||||||
|
platform:
|
||||||
|
- x64
|
||||||
|
- x86
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
# apparently, I can't quite make LLVM work right now...
|
# apparently, I can't quite make LLVM work right now...
|
||||||
|
@ -40,14 +55,6 @@ environment:
|
||||||
- LUA_VERSION: 5.2.4
|
- LUA_VERSION: 5.2.4
|
||||||
- LUA_VERSION: 5.1.5
|
- LUA_VERSION: 5.1.5
|
||||||
|
|
||||||
image:
|
|
||||||
- Visual Studio 2017
|
|
||||||
- Visual Studio 2015
|
|
||||||
|
|
||||||
platform:
|
|
||||||
- x86
|
|
||||||
- x64
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
# oldest compiler is allowed to fail here due to esoteric bugs
|
# oldest compiler is allowed to fail here due to esoteric bugs
|
||||||
|
|
Loading…
Reference in New Issue
Block a user