summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2018-04-15 18:57:28 -0400
committerAnthony Green <green@moxielogic.com>2018-04-15 18:57:28 -0400
commit7c1622159898a5e9ee1a072dd6083eb155a17fbd (patch)
tree576559082e7869febda810ef3de18d1258d5b929
parent0b4782c7afac963042b0094b4809266af34b67ad (diff)
downloadlibffi-appveyor.tar.gz
use 2013 imageappveyor
-rw-r--r--.appveyor.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 021bdd9..c528f22 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -8,7 +8,6 @@ shallow_clone: true
# 32- and 64-bit clang/mingw
# and perhaps more.
-image: Visual Studio 2013
platform:
- x64
@@ -19,6 +18,8 @@ environment:
CYG_MIRROR: http://mirrors.kernel.org/sourceware/cygwin/
matrix:
- PLATFORM: x64
+ APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
+ - PLATFORM: x64
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
- PLATFORM: x86
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
@@ -46,6 +47,8 @@ install:
- if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2015" if "%PLATFORM%"=="x86" call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86
- if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2015" if "%PLATFORM%"=="x64" call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64
- if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2015" if "%PLATFORM%"=="x64" call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64
+ - if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2013" if "%PLATFORM%"=="x86" call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86
+ - if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2013" if "%PLATFORM%"=="x64" call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" amd64
build_script:
- c:\cygwin\bin\sh -lc "(cd $OLDPWD; ./autogen.sh;)"