From c19a9be579935f427232725b63eaafb09824cbc8 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 16 Jun 2019 13:16:35 +0100 Subject: [PATCH] Run tests using ctest on AppVeyor --- appveyor.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index bd9de4c..66190b7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -38,9 +38,8 @@ build: project: 'c:\projects\loot-api-python\build\loot_api_python.sln' test_script: - - cd %APPVEYOR_BUILD_FOLDER%\build\%CONFIGURATION% - - ps: $env:ARCHITECTURE=$env:PLATFORM.Substring($env:PLATFORM.Length - 2) - - py -%PYTHON_VERSION%-%ARCHITECTURE% -m unittest test + - cd %APPVEYOR_BUILD_FOLDER%\build + - ctest -C %CONFIGURATION% after_test: - cd %APPVEYOR_BUILD_FOLDER%\build