mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 08:56:17 +08:00
Update appveyor.yml
Update with install test
This commit is contained in:
@@ -46,3 +46,11 @@ build_script:
|
||||
}
|
||||
- cd ..
|
||||
|
||||
test_script:
|
||||
- cd _build
|
||||
- ps: >-
|
||||
if ($env:EXTENDED_TESTS) {
|
||||
mkdir ..\_install
|
||||
cmd /c "nmake install DESTDIR=..\_install 2>&1"
|
||||
}
|
||||
- cd ..
|
||||
Reference in New Issue
Block a user