mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-07 21:53:41 +08:00
Update appveyor.yml
This commit is contained in:
16
appveyor.yml
16
appveyor.yml
@@ -46,19 +46,3 @@ build_script:
|
|||||||
}
|
}
|
||||||
- cd ..
|
- cd ..
|
||||||
|
|
||||||
test_script:
|
|
||||||
- cd _build
|
|
||||||
- ps: >-
|
|
||||||
If ($env:Configuration -Match "shared" -or $env:EXTENDED_TESTS) {
|
|
||||||
if ($env:EXTENDED_TESTS) {
|
|
||||||
cmd /c "nmake test V=1 2>&1"
|
|
||||||
} Else {
|
|
||||||
cmd /c "nmake test V=1 TESTS=-test_fuzz 2>&1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
- ps: >-
|
|
||||||
if ($env:EXTENDED_TESTS) {
|
|
||||||
mkdir ..\_install
|
|
||||||
cmd /c "nmake install DESTDIR=..\_install 2>&1"
|
|
||||||
}
|
|
||||||
- cd ..
|
|
||||||
|
|||||||
Reference in New Issue
Block a user