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

appveyor.yml

index c668b3941e8370e00ac5ae4ce19ad2f1a8a787a9..9074a8c95d6a10ee5ad3c1817bf3d0c4efc76ad1 100644 (file)
@@ -40,12 +40,7 @@ build_script:
 test_script:
     - cd _build
     - nmake test
-    - cd ..
-
-# Fake deploy script to test installation
-deploy_script:
-    - mkdir _install
-    - cd _build
+    - mkdir ..\_install
     - nmake install install_docs DESTDIR=..\_install
     - cd ..