Correct installation test in appveyor
authorRichard Levitte <levitte@openssl.org>
Fri, 21 Oct 2016 09:55:04 +0000 (11:55 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 21 Oct 2016 11:46:49 +0000 (13:46 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1759)

appveyor.yml

index 1184d7dddcf6d302a8c9a6fbe7898067e3a722c8..af2bfede52f792dac2a90a53eaee4ddb1fa76c60 100644 (file)
@@ -40,12 +40,7 @@ build_script:
 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 ..