mirror of
https://github.com/jborza/emu6502.git
synced 2024-11-21 23:31:19 +00:00
Merge branch 'master' of https://github.com/jborza/emu6502
This commit is contained in:
commit
babb1fc507
@ -22,12 +22,15 @@ steps:
|
||||
restoreSolution: '$(solution)'
|
||||
|
||||
- task: VSBuild@1
|
||||
displayName: Build the C++ solution
|
||||
inputs:
|
||||
solution: '$(solution)'
|
||||
platform: '$(buildPlatform)'
|
||||
configuration: '$(buildConfiguration)'
|
||||
|
||||
- task: VSTest@2
|
||||
- task: BatchScript@1
|
||||
name: test
|
||||
displayName: Run test suite
|
||||
inputs:
|
||||
platform: '$(buildPlatform)'
|
||||
configuration: '$(buildConfiguration)'
|
||||
filename: '$(Build.SourcesDirectory)\Release\emu6502.exe'
|
||||
failOnStandardError: true
|
||||
|
Loading…
Reference in New Issue
Block a user