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:
98281ed
)
Appveyor: Stop testing VS 2013/2015 Debug
author
Lei Zhang
<antiagainst@google.com>
Mon, 13 Nov 2017 19:55:20 +0000
(14:55 -0500)
committer
Lei Zhang
<antiagainst@google.com>
Wed, 15 Nov 2017 12:14:45 +0000
(07:14 -0500)
VS2017 Debug tests should suffice for intresting Debug cases.
This will save us ~30min of waiting time for each build job.
.appveyor.yml
patch
|
blob
|
history
diff --git
a/.appveyor.yml
b/.appveyor.yml
index 50fe13f1c8cb34fc4302534b2870ab1b4c901fc4..d663d7ec779533f404d962ff8d309d0dc0d8e0bd 100644
(file)
--- a/
.appveyor.yml
+++ b/
.appveyor.yml
@@
-24,6
+24,11
@@
clone_depth: 5
matrix:
fast_finish: true # Show final status immediately if a test fails.
+ exclude:
+ - os: Visual Studio 2013
+ configuration: Debug
+ - os: Visual Studio 2015
+ configuration: Debug
# scripts that run after cloning repository
install: