Update azure-pipelines.yml
parent
55c78b67b8
commit
14936e8ee8
|
@ -9,6 +9,9 @@ jobs:
|
||||||
- script: |
|
- script: |
|
||||||
cd compiler && make && make test
|
cd compiler && make && make test
|
||||||
displayName: 'Build V'
|
displayName: 'Build V'
|
||||||
|
- script: |
|
||||||
|
make test
|
||||||
|
displayName: 'Run Tests'
|
||||||
- job: WindowsBuild
|
- job: WindowsBuild
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'vs2017-win2016'
|
vmImage: 'vs2017-win2016'
|
||||||
|
|
Loading…
Reference in New Issue