[APPVEYOR] Start with the MSVC x64 build so we can get to what breaks it a bit sooner.
authorAmine Khaldi <amine.khaldi@reactos.org>
Tue, 3 Apr 2018 12:19:30 +0000 (13:19 +0100)
committerAmine Khaldi <amine.khaldi@reactos.org>
Tue, 3 Apr 2018 12:19:30 +0000 (13:19 +0100)
appveyor.yml

index f404f79..0c196ee 100644 (file)
@@ -1,7 +1,7 @@
 environment:
   matrix:
-    - BuildType: "msvc"
     - BuildType: "msvc-x64"
+    - BuildType: "msvc"
     - BuildType: "clang-cl"
 
 version: reactos.appveyor.{build}