summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-11-30 19:32:53 +0000
committerChris Wilson <chris+github@qwirx.com>2015-11-30 19:32:53 +0000
commitfada18ae1c1ee79d109a16f41cc4d9d5e52e0b50 (patch)
tree052ee17ce4979d8ed8eeb412ae9c644e18706ddc /appveyor.yml
parentf8caeb07675f2b343657feb06644103b8be523ff (diff)
Another attempt to reduce verbosity of NMake.
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 05cdfead..4047cc30 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -38,8 +38,8 @@ install:
- cd openssl-1.0.2d
- perl Configure debug-VC-WIN32 no-asm --prefix=%APPVEYOR_BUILD_FOLDER%\..\openssl
- ms\do_ms
- - nmake /c /f ms\nt.mak
- - nmake /c /f ms\nt.mak install
+ - nmake /s /f ms\nt.mak
+ - nmake /s /f ms\nt.mak install
- cd %APPVEYOR_BUILD_FOLDER%\..
- ps: Start-FileDownload 'http://zlib.net/zlib128-dll.zip'
- mkdir %APPVEYOR_BUILD_FOLDER%\..\zlib