Commit 10e4b0784ba8f8441e17aa7d59084896811bdd87

Authored by Henry Schreiner
Committed by GitHub
1 parent 433fd912

Adding CTest output (#278)

Showing 1 changed file with 8 additions and 1 deletions
.ci/azure-test.yml
1 1 steps:
2 2  
3   -- script: ctest --output-on-failure -C $(cli11.build_type)
  3 +- script: ctest --output-on-failure -C $(cli11.build_type) -T test
4 4 displayName: 'Test'
5 5 workingDirectory: build
  6 +
  7 +- task: PublishTestResults@2
  8 + inputs:
  9 + testResultsFormat: 'cTest'
  10 + testResultsFiles: '**/Test.xml'
  11 +
  12 +
... ...