APPVEYOR: next attempt to execute the core tests

master
Martin Gerhardy 2019-10-06 21:04:58 +02:00
parent 4425170587
commit a8b7d9b834
1 changed files with 2 additions and 2 deletions

View File

@ -49,9 +49,9 @@ artifacts:
# - postgresql # start PostgreSQL 9.5 service
test_script:
- cd build/tests-core
- cd tests-core
- dir
- vengi-tests-core.exe --gtest_output=xml:tests-core.xml
on_finish:
- ps: (new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path build/tests-core/tests-core.xml))
- ps: (new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path tests-core.xml))