summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-12-15 23:35:01 +0000
committerChris Wilson <chris+github@qwirx.com>2015-12-15 23:35:01 +0000
commit964fdca8a166302d9eca144169638200595bbd08 (patch)
treed960776cf40c66a6178b0ac97e8a5da402a3404b /appveyor.yml
parent95065c4798481e3c2f7023081aa86bc5cc2ba394 (diff)
Use CTest to run tests.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/appveyor.yml b/appveyor.yml
index c2b5a515..862750f7 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -75,12 +75,10 @@ install:
- dir pcre-%PLATFORM%\lib
- cd %APPVEYOR_BUILD_FOLDER%
- - dir
- cd infrastructure\cmake
- - cmake -G "%Generator%" -A %PLATFORM% -DCMAKE_INSTALL_PREFIX="..\pcre-%PLATFORM%" .
- - dir
- - cd %APPVEYOR_BUILD_FOLDER%
+ - cmake -G "%Generator%" -A %PLATFORM%
test_script:
- - perl runtest.pl
+ - cd %APPVEYOR_BUILD_FOLDER%\infrastructure\cmake
+ - ctest -C %CONFIGURATION%