Update appveyor.yml

Update with install test
This commit is contained in:
赵晓濛
2018-12-18 23:04:15 +08:00
parent d4989fd7a7
commit 5bc22a1f3e

View File

@@ -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 ..