From: Richard Levitte Date: Fri, 21 Oct 2016 09:55:04 +0000 (+0200) Subject: Correct installation test in appveyor X-Git-Tag: OpenSSL_1_1_1-pre1~3344 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=92403e77ac57e7c5fe49d2d2f304839757293922;hp=8b5fffc819332dc381a431cae1a269642f0adf38;p=oweals%2Fopenssl.git Correct installation test in appveyor Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1759) --- diff --git a/appveyor.yml b/appveyor.yml index 1184d7dddc..af2bfede52 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 ..