From 92403e77ac57e7c5fe49d2d2f304839757293922 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 21 Oct 2016 11:55:04 +0200 Subject: [PATCH] Correct installation test in appveyor Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1759) --- appveyor.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 .. -- 2.34.1