Correct installation test in appveyor

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1759)
This commit is contained in:
Richard Levitte 2016-10-21 11:55:04 +02:00
parent 8b5fffc819
commit 92403e77ac

View file

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