1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

Update azure-pipelines.yml

This commit is contained in:
Alexander Medvednikov 2019-06-26 20:59:14 +02:00 committed by GitHub
parent 55c78b67b8
commit 14936e8ee8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,9 @@ jobs:
- script: |
cd compiler && make && make test
displayName: 'Build V'
- script: |
make test
displayName: 'Run Tests'
- job: WindowsBuild
pool:
vmImage: 'vs2017-win2016'