From fc400c17e51903a93c7956a4d30bde371221ede7 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Mon, 7 Aug 2017 13:37:49 -0700 Subject: [PATCH] Build runtime first on appveyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 74176035..357c2f14 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,8 +10,8 @@ platform: install: - script\configure.cmd - - msbuild compiler.vcxproj - msbuild runtime.vcxproj + - msbuild compiler.vcxproj - msbuild tests.vcxproj test_script: