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
|
cd build
|
||||||
cmake ..
|
cmake ..
|
||||||
make
|
make
|
||||||
make test CTEST_OUTPUT_ON_FAILURE=TRUE
|
|
||||||
displayName: 'Compile'
|
displayName: 'Compile'
|
||||||
- script: |
|
- script: |
|
||||||
|
cd build
|
||||||
make test CTEST_OUTPUT_ON_FAILURE=TRUE
|
make test CTEST_OUTPUT_ON_FAILURE=TRUE
|
||||||
displayName: 'Test'
|
displayName: 'Test'
|
||||||
- task: PublishTestResults@2
|
- task: PublishTestResults@2
|
||||||
inputs:
|
inputs:
|
||||||
testResultsFormat: 'JUnit'
|
testResultsFormat: 'JUnit'
|
||||||
testResultsFiles: '**/test-*.xml'
|
testResultsFiles: 'build/**/test-*.xml'
|
||||||
|
|
Loading…
Reference in New Issue