X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=appveyor.yml;h=46eaf3978beb1124f7372448b80f5d8ed024c186;hp=dda4dba3b9ac7e41a178f73c1f0268a3a273fce1;hb=6378809b226a765a0c6d7e3cb375bac12ebb54cd;hpb=53c6f12c1247b1e9444acd11ed85fd8afca01830 diff --git a/appveyor.yml b/appveyor.yml index dda4dba3b9..46eaf3978b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,28 +15,25 @@ before_build: If ($env:Platform -Match "x86") { $env:VCVARS_PLATFORM="x86" $env:TARGET="VC-WIN32" - $env:DO="do_ms" } Else { $env:VCVARS_PLATFORM="amd64" $env:TARGET="VC-WIN64A" - $env:DO="do_win64a" } - ps: >- - If ($env:Configuration -Like "*shared*") { - $env:MAK="ntdll.mak" + If ($env:Configuration -Match "shared") { + $env:SHARED="" } Else { - $env:MAK="nt.mak" + $env:SHARED="no-shared" } - ps: $env:VSCOMNTOOLS=(Get-Content ("env:VS" + "$env:VSVER" + "0COMNTOOLS")) - call "%VSCOMNTOOLS%\..\..\VC\vcvarsall.bat" %VCVARS_PLATFORM% - - perl Configure %TARGET% no-asm - - call ms\%DO% + - perl Configure %TARGET% no-asm %SHARED% build_script: - - nmake /f ms\%MAK% + - nmake test_script: - - nmake /f ms\%MAK% test + - nmake test notifications: - provider: Email