Run tests using ctest on AppVeyor

This commit is contained in:
Oliver Hamlet
2019-06-16 13:16:35 +01:00
parent b393507657
commit c19a9be579
+2 -3
View File
@@ -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