The branch OpenSSL_1_1_0-stable has been updated
       via  8b13f33dbf1885572cf6771f4ed69858ab5cf7bb (commit)
      from  e8e9cf7e9d85d323d41ba43e685da65e86856d4f (commit)


- Log -----------------------------------------------------------------
commit 8b13f33dbf1885572cf6771f4ed69858ab5cf7bb
Author: Richard Levitte <levi...@openssl.org>
Date:   Fri Oct 21 11:55:04 2016 +0200

    Correct installation test in appveyor
    
    Reviewed-by: Rich Salz <rs...@openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/1759)
    (cherry picked from commit 92403e77ac57e7c5fe49d2d2f304839757293922)

-----------------------------------------------------------------------

Summary of changes:
 appveyor.yml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index c668b39..9074a8c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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 ..
 
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to