appveyor: put 64bit config first, it seems to usually be faster
This commit is contained in:
parent
fb3ac376ad
commit
9396310317
1 changed files with 2 additions and 2 deletions
|
|
@ -2,10 +2,10 @@ environment:
|
|||
global:
|
||||
PROJECT_NAME: miri
|
||||
matrix:
|
||||
- TARGET: i686-pc-windows-msvc
|
||||
MSYS2_BITS: 32
|
||||
- TARGET: x86_64-pc-windows-msvc
|
||||
MSYS2_BITS: 64
|
||||
- TARGET: i686-pc-windows-msvc
|
||||
MSYS2_BITS: 32
|
||||
|
||||
# branches to build
|
||||
branches:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue