Update appveyor.yml

This commit is contained in:
Simon
2018-12-18 19:58:18 +08:00
committed by GitHub
parent 7b02102ce2
commit 190323598a

View File

@@ -18,7 +18,7 @@ before_build:
$env:TARGET="VC-WIN32 no-asm"
} Else {
$env:VCVARS_PLATFORM="amd64"
$env:TARGET="VC-WIN64A-masm"
$env:TARGET="VC-WIN64A"
}
- ps: >-
If ($env:Configuration -Match "shared") {
@@ -42,8 +42,7 @@ build_script:
- cd _build
- ps: >-
If ($env:Configuration -Match "shared" -or $env:EXTENDED_TESTS) {
cmd /c "nmake build_all_generated 2>&1"
cmd /c "nmake PERL=no-perl 2>&1"
cmd /c "nmake 2>&1"
}
- cd ..