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:
parent
5e89c1399a
commit
55c78b67b8
@ -7,7 +7,7 @@ jobs:
|
||||
- script: |
|
||||
displayName: 'Install Dependencies'
|
||||
- script: |
|
||||
cd compiler && make
|
||||
cd compiler && make && make test
|
||||
displayName: 'Build V'
|
||||
- job: WindowsBuild
|
||||
pool:
|
||||
@ -21,5 +21,5 @@ jobs:
|
||||
- script: |
|
||||
displayName: 'Install Dependencies'
|
||||
- script: |
|
||||
cd compiler && make
|
||||
cd compiler && make && make test
|
||||
displayName: 'Build V'
|
||||
|
Loading…
Reference in New Issue
Block a user