mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-04-30 12:43:52 +00:00
Adding CTest output (#278)
This commit is contained in:
parent
433fd91212
commit
10e4b0784b
@ -1,5 +1,12 @@
|
||||
steps:
|
||||
|
||||
- script: ctest --output-on-failure -C $(cli11.build_type)
|
||||
- script: ctest --output-on-failure -C $(cli11.build_type) -T test
|
||||
displayName: 'Test'
|
||||
workingDirectory: build
|
||||
|
||||
- task: PublishTestResults@2
|
||||
inputs:
|
||||
testResultsFormat: 'cTest'
|
||||
testResultsFiles: '**/Test.xml'
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user