Skip to content

Commit 67fb853

Browse files
committed
ci template
1 parent d5e8153 commit 67fb853

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ pool:
1111
vmImage: ubuntu-latest
1212
steps:
1313
- task: InstallMATLAB@0
14-
inputs:
15-
release: R2020a
14+
1615
- task: RunMATLABCommand@0
1716
inputs:
18-
command: TestAll
17+
command: 'disp(version), TestAll'
18+
1919
- task: PublishTestResults@2
2020
condition: succeededOrFailed()
2121
inputs:
2222
testResultsFiles: test-results/results.xml
23+
2324
- task: PublishCodeCoverageResults@1
2425
inputs:
2526
codeCoverageTool: Cobertura

0 commit comments

Comments
 (0)