From 5bc22a1f3ef6101ccb87864b47b73342a8dd6aaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=99=93=E6=BF=9B?= Date: Tue, 18 Dec 2018 23:04:15 +0800 Subject: [PATCH] Update appveyor.yml Update with install test --- appveyor.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index be54fac0..2d70f202 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 .. \ No newline at end of file