summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2021-06-04 18:20:24 -0400
committerAnthony Green <green@moxielogic.com>2021-06-04 18:20:24 -0400
commitca2235ecfe717ecaed6abbef3a2ca2918a91c60b (patch)
treee2522bb60eab5659e7d415079e561c8283a5e858 /.appveyor.yml
parent243004cc4c8be552503a5d10710ebb252b406064 (diff)
downloadlibffi-ca2235ecfe717ecaed6abbef3a2ca2918a91c60b.tar.gz
Revert appveyor changes
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 5a4ebce..1f82089 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -8,7 +8,7 @@ shallow_clone: true
# 32- and 64-bit clang/mingw
# and perhaps more.
-image: Visual Studio 2019
+image: Visual Studio 2017
platform:
- x64
- x86
@@ -65,7 +65,7 @@ install:
- 'setup.exe -qnNdO -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -l "%CYG_CACHE%" -P dejagnu,automake'
- '%CYG_ROOT%/bin/bash -lc "cygcheck -dc cygwin"'
- echo call VsDevCmd to set VS150COMNTOOLS
- - call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\VsDevCmd.bat"
+ - call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsDevCmd.bat"
- ps: $env:VSCOMNTOOLS=(Get-Content ("env:VS" + "$env:VSVER" + "0COMNTOOLS"))
- echo "Using Visual Studio %VSVER%.0 at %VSCOMNTOOLS%"
- call "%VSCOMNTOOLS%..\..\vc\Auxiliary\Build\vcvarsall.bat" %VCVARS_PLATFORM%