appveyor: put 64bit config first, it seems to usually be faster

This commit is contained in:
Ralf Jung 2018-07-13 16:30:27 +02:00
parent fb3ac376ad
commit 9396310317

View file

@ -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: