Correct installation test in appveyor
[openssl.git] / appveyor.yml
index 1184d7dddcf6d302a8c9a6fbe7898067e3a722c8..af2bfede52f792dac2a90a53eaee4ddb1fa76c60 100644 (file)
@@ -40,12 +40,7 @@ build_script:
 test_script:
     - cd _build
     - nmake test V=1
 test_script:
     - cd _build
     - nmake test V=1
-    - cd ..
-
-# Fake deploy script to test installation
-deploy_script:
-    - mkdir _install
-    - cd _build
+    - mkdir ..\_install
     - nmake install install_docs DESTDIR=..\_install
     - cd ..
 
     - nmake install install_docs DESTDIR=..\_install
     - cd ..