Commit 8b13f33d authored by Richard Levitte's avatar Richard Levitte Committed by Richard Levitte
Browse files

Correct installation test in appveyor



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1759)
(cherry picked from commit 92403e77)
parent e8e9cf7e
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -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 ..