mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 10:05:47 +08:00
fix appveyor.yml
This commit is contained in:
parent
4695f35770
commit
326bb3650a
@ -291,7 +291,7 @@ for:
|
||||
ctest --version
|
||||
ctest --print-labels --build-config "$CONFIGURATION"
|
||||
ctest --build-config "$CONFIGURATION" -VV --output-on-failure --output-junit test-results.xml
|
||||
fi
|
||||
fi
|
||||
after_test:
|
||||
- find "$APPVEYOR_BUILD_FOLDER" -type f -name 'test-results.xml' -print0 | xargs -0 -I '{}' curl -F 'file=@{}' "https://ci.appveyor.com/api/testresults/junit/$APPVEYOR_JOB_ID"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user