From 0668b91e1b2e1ffc7986448b6eed28c4e9a2fb97 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Tue, 3 Apr 2018 13:19:30 +0100 Subject: [PATCH] [APPVEYOR] Start with the MSVC x64 build so we can get to what breaks it a bit sooner. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index f404f7912c4..0c196ee825f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ environment: matrix: - - BuildType: "msvc" - BuildType: "msvc-x64" + - BuildType: "msvc" - BuildType: "clang-cl" version: reactos.appveyor.{build}