mirror of https://github.com/SeanOMik/libki.git
Update azure-pipelines.yml
This commit is contained in:
parent
05e6d416bb
commit
422ba1b0ea
|
@ -13,12 +13,12 @@ steps:
|
|||
cd build
|
||||
cmake ..
|
||||
make
|
||||
make test CTEST_OUTPUT_ON_FAILURE=TRUE
|
||||
displayName: 'Compile'
|
||||
- script: |
|
||||
cd build
|
||||
make test CTEST_OUTPUT_ON_FAILURE=TRUE
|
||||
displayName: 'Test'
|
||||
- task: PublishTestResults@2
|
||||
inputs:
|
||||
testResultsFormat: 'JUnit'
|
||||
testResultsFiles: '**/test-*.xml'
|
||||
testResultsFiles: 'build/**/test-*.xml'
|
||||
|
|
Loading…
Reference in New Issue