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:
parent
8b5fffc819
commit
92403e77ac
1 changed files with 1 additions and 6 deletions
|
@ -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 ..
|
||||
|
||||
|
|
Loading…
Reference in a new issue