mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
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
@ -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 New Issue
Block a user