mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-06 11:53:39 +08:00
Update appveyor.yml
Update with install test
This commit is contained in:
@@ -46,3 +46,11 @@ build_script:
|
|||||||
}
|
}
|
||||||
- cd ..
|
- 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