mirror of
https://github.com/jborza/emu6502.git
synced 2024-11-27 16:50:25 +00:00
Update azure-pipelines.yml for Azure Pipelines - run test
This commit is contained in:
parent
21320d66f7
commit
1cda0aba82
@ -22,12 +22,15 @@ steps:
|
|||||||
restoreSolution: '$(solution)'
|
restoreSolution: '$(solution)'
|
||||||
|
|
||||||
- task: VSBuild@1
|
- task: VSBuild@1
|
||||||
|
displayName: Build the C++ solution
|
||||||
inputs:
|
inputs:
|
||||||
solution: '$(solution)'
|
solution: '$(solution)'
|
||||||
platform: '$(buildPlatform)'
|
platform: '$(buildPlatform)'
|
||||||
configuration: '$(buildConfiguration)'
|
configuration: '$(buildConfiguration)'
|
||||||
|
|
||||||
- task: VSTest@2
|
- task: BatchScript@1
|
||||||
|
name: test
|
||||||
|
displayName: Run test suite
|
||||||
inputs:
|
inputs:
|
||||||
platform: '$(buildPlatform)'
|
filename: '$(Build.SourcesDirectory)\Release\emu6502.exe'
|
||||||
configuration: '$(buildConfiguration)'
|
failOnStandardError: true
|
||||||
|
Loading…
Reference in New Issue
Block a user