projects
/
platform
/
upstream
/
SPIRV-Tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ba59ac
)
AppVeyor: Put VS 2017 first
author
David Neto
<dneto@google.com>
Mon, 11 Dec 2017 20:50:51 +0000
(15:50 -0500)
committer
Lei Zhang
<antiagainst@google.com>
Tue, 12 Dec 2017 14:01:20 +0000
(09:01 -0500)
VS 2017 is the newest compiler, with the most interesting feedback.
Place it first so we get its feedback first.
.appveyor.yml
patch
|
blob
|
history
diff --git
a/.appveyor.yml
b/.appveyor.yml
index 29842cda2e0f474e0cb92a217d10d3acd92b47f8..75f7cb17ed3434d3b633da8c7fe1b884aea94a6b 100644
(file)
--- a/
.appveyor.yml
+++ b/
.appveyor.yml
@@
-4,10
+4,12
@@
# version format
version: "{build}"
+# The most recent compiler gives the most interesting new results.
+# Put it first so we get its feedback first.
os:
- - Visual Studio 2013
- - Visual Studio 2015
- Visual Studio 2017
+ - Visual Studio 2015
+ - Visual Studio 2013
platform:
- x64