aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShannon McPherson <shannon@lunarg.com>2019-08-12 17:54:57 -0600
committerShannon McPherson <shannon@lunarg.com>2019-08-13 11:02:18 -0600
commit08c0f6e92270a756dbbf28d6c2e10fbb2a3a693e (patch)
tree294224fad54a2ddf6d2344f86bd7534c07a22f2a
parent6197277649d499c290394e26fbf22d734f164472 (diff)
downloadvulkan-tools-08c0f6e92270a756dbbf28d6c2e10fbb2a3a693e.tar.gz
build: Update Appveyor to VS 2015
Change-Id: I67534f37232f148b955a8860d41408c0fc4da5af
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 185c83ac..b88089c6 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -12,7 +12,7 @@ version: "{build}"
max_jobs: 4
os:
- - Visual Studio 2013
+ - Visual Studio 2015
init:
- git config --global core.autocrlf true