summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-10-21 11:55:04 +0200
committerRichard Levitte <richard@levitte.org>2016-10-21 13:48:34 +0200
commit8b13f33dbf1885572cf6771f4ed69858ab5cf7bb (patch)
tree5b65f88501d0c0f52b3e2d7cadb2c11e974053dd /appveyor.yml
parente8e9cf7e9d85d323d41ba43e685da65e86856d4f (diff)
Correct installation test in appveyor
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1759) (cherry picked from commit 92403e77ac57e7c5fe49d2d2f304839757293922)
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 c668b3941e..9074a8c95d 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 ..