X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=appveyor.yml;h=af2bfede52f792dac2a90a53eaee4ddb1fa76c60;hp=c668b3941e8370e00ac5ae4ce19ad2f1a8a787a9;hb=ecca16632a73bb80ee27cdec8a97f6def0a4714d;hpb=14c4201958152392941615626da5d2800c98e943;ds=sidebyside diff --git a/appveyor.yml b/appveyor.yml index c668b3941e..af2bfede52 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -39,13 +39,8 @@ build_script: test_script: - cd _build - - nmake test - - cd .. - -# Fake deploy script to test installation -deploy_script: - - mkdir _install - - cd _build + - nmake test V=1 + - mkdir ..\_install - nmake install install_docs DESTDIR=..\_install - cd ..