summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-10-12 18:00:24 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-10-12 18:00:24 +0200
commitf2504827e3b70bc021cfef141f27808628e36a25 (patch)
treef4f7eab76e9b99a70c80b10c332a54dd0e8417d1
parentae240e36850c5ec2dd6ce6b28fb519ce2f4973ff (diff)
downloadcurl-f2504827e3b70bc021cfef141f27808628e36a25.tar.gz
fixup another level of 'else' ?
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 199814445..6e3498dbf 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -159,13 +159,13 @@ build_script:
call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 &&
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64 &&
nmake /f Makefile.vc mode=dll VC=15 "SSL_PATH=C:\OpenSSL-v111-Win64" WITH_SSL=dll MACHINE=x64
- )
+ ) else (
if %BUILD_SYSTEM%==winbuild17 (
call buildconf.bat &&
cd winbuild &&
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
nmake /f Makefile.vc mode=dll VC=15 "SSL_PATH=C:\OpenSSL-v111-Win64" WITH_SSL=dll MACHINE=x64
- )))
+ ))))
test_script:
- if %TESTING%==ON (