[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Fri Oct 21 11:46:53 UTC 2016


The branch master has been updated
       via  92403e77ac57e7c5fe49d2d2f304839757293922 (commit)
      from  8b5fffc819332dc381a431cae1a269642f0adf38 (commit)


- Log -----------------------------------------------------------------
commit 92403e77ac57e7c5fe49d2d2f304839757293922
Author: Richard Levitte <levitte at openssl.org>
Date:   Fri Oct 21 11:55:04 2016 +0200

    Correct installation test in appveyor
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/1759)

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

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

diff --git a/appveyor.yml b/appveyor.yml
index 1184d7d..af2bfed 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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 ..
 


More information about the openssl-commits mailing list