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)
This commit is contained in:
Richard Levitte 2016-10-21 11:55:04 +02:00 committed by Richard Levitte
parent e8e9cf7e9d
commit 8b13f33dbf

View File

@ -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 ..