summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-11-29 21:01:15 +0000
committerChris Wilson <chris+github@qwirx.com>2015-11-29 21:01:15 +0000
commita6e4fbe95a511da7e4dfff76c76910e3c0c8ef05 (patch)
tree6316d7b93323875a60a8d9d74906e3248ae4910f /appveyor.yml
parent946e392ee6fcaaf12846b45678bcb1998a5e3001 (diff)
Quiet openssl nmake output.
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 bac418dd..27800c93 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -37,8 +37,8 @@ install:
- cd openssl-1.0.2d
- perl Configure debug-VC-WIN32 no-asm --prefix=%APPVEYOR_BUILD_FOLDER%\..\openssl
- ms\do_ms
- - nmake -f ms\nt.mak
- - nmake -f ms\nt.mak install
+ - nmake /c /f ms\nt.mak
+ - nmake /c /f ms\nt.mak install
- cd %APPVEYOR_BUILD_FOLDER%\..
- ps: Start-FileDownload 'http://zlib.net/zlib128-dll.zip'
- mkdir %APPVEYOR_BUILD_FOLDER%\..\zlib