summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-10-21 11:55:04 +0200
committerRichard Levitte <levitte@openssl.org>2016-10-21 13:46:49 +0200
commit92403e77ac57e7c5fe49d2d2f304839757293922 (patch)
treeb6fddd01b5243eefce8914a1f3253ffdd30375e7 /appveyor.yml
parent8b5fffc819332dc381a431cae1a269642f0adf38 (diff)
downloadopenssl-new-92403e77ac57e7c5fe49d2d2f304839757293922.tar.gz
Correct installation test in appveyor
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1759)
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml7
1 files changed, 1 insertions, 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 ..