Rebase shim against latest boringssl code
[openssl.git] / appveyor.yml
index c668b3941e8370e00ac5ae4ce19ad2f1a8a787a9..af2bfede52f792dac2a90a53eaee4ddb1fa76c60 100644 (file)
@@ -39,13 +39,8 @@ build_script:
 
 test_script:
     - cd _build
-    - nmake test
-    - cd ..
-
-# Fake deploy script to test installation
-deploy_script:
-    - mkdir _install
-    - cd _build
+    - nmake test V=1
+    - mkdir ..\_install
     - nmake install install_docs DESTDIR=..\_install
     - cd ..