mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-17 05:46:26 +08:00
Update appveyor.yml
This commit is contained in:
@@ -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 ..
|
||||
|
||||
|
||||
Reference in New Issue
Block a user