https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0668b91e1b2e1ffc7986448b6eed28c4e9a2fb97
commit 0668b91e1b2e1ffc7986448b6eed28c4e9a2fb97 Author: Amine Khaldi <[email protected]> AuthorDate: Tue Apr 3 13:19:30 2018 +0100 Commit: Amine Khaldi <[email protected]> CommitDate: Tue Apr 3 13:19:30 2018 +0100 [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 f404f7912c..0c196ee825 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}
