aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Schultz <karl@lunarg.com>2017-02-22 13:41:55 -0700
committerKarl Schultz <karl@lunarg.com>2017-02-22 13:43:34 -0700
commit74d2075ad768c577cd2e985082add0c5613458ed (patch)
tree98a0a08f7344d8f67d3d130794f1e7df520150f4
parent1273a38c720b31b891fae695435342e124a3d963 (diff)
downloadusermoji-74d2075ad768c577cd2e985082add0c5613458ed.tar.xz
build: Change appveyor to build VS 2013 and 2015
Change-Id: Idccb248aa46a5028b9c28d5487760c749a8d61e2
-rw-r--r--.appveyor.yml10
1 files changed, 3 insertions, 7 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 932e4173..6814509f 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -4,7 +4,9 @@
# build version format
version: "{build}"
-os: Visual Studio 2013
+os:
+ - Visual Studio 2013
+ - Visual Studio 2015
environment:
PYTHON_PATH: "C:/Python35"
@@ -14,12 +16,6 @@ branches:
only:
- master
-# scripts that are called at very beginning, before repo cloning
-init:
- - ps: (new-object net.webclient).DownloadFile('https://bootstrap.pypa.io/get-pip.py', 'C:/get-pip.py')
- - "%PYTHON_PATH%/python.exe C:/get-pip.py"
- - "%PYTHON_PACKAGE_PATH%/pip.exe install nose"
-
# This replaces "automatic building" that would be defined under build:
build_script:
- "SET PATH=C:\\Python35;C:\\Python35\\Scripts;%PATH%"