X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=appveyor.yml;h=c668b3941e8370e00ac5ae4ce19ad2f1a8a787a9;hp=46eaf3978beb1124f7372448b80f5d8ed024c186;hb=73a9f60dd127df9ca05bec7afd835ff7c9bee9ae;hpb=e951eca8b4bfd58f37b25d4ded6c770812443c23 diff --git a/appveyor.yml b/appveyor.yml index 46eaf3978b..c668b3941e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -27,13 +27,27 @@ before_build: } - ps: $env:VSCOMNTOOLS=(Get-Content ("env:VS" + "$env:VSVER" + "0COMNTOOLS")) - call "%VSCOMNTOOLS%\..\..\VC\vcvarsall.bat" %VCVARS_PLATFORM% - - perl Configure %TARGET% no-asm %SHARED% + - mkdir _build + - cd _build + - perl ..\Configure %TARGET% no-asm %SHARED% + - cd .. build_script: + - cd _build - nmake + - cd .. test_script: + - cd _build - nmake test + - cd .. + +# Fake deploy script to test installation +deploy_script: + - mkdir _install + - cd _build + - nmake install install_docs DESTDIR=..\_install + - cd .. notifications: - provider: Email