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
f39111bdff
commit
08c37121e8
@ -1,7 +1,3 @@
|
|||||||
trigger:
|
|
||||||
branches:
|
|
||||||
include:
|
|
||||||
- '*'
|
|
||||||
jobs:
|
jobs:
|
||||||
- job: LinuxBuild
|
- job: LinuxBuild
|
||||||
pool:
|
pool:
|
||||||
@ -32,3 +28,12 @@ jobs:
|
|||||||
- script: |
|
- script: |
|
||||||
cd compiler && make && make test
|
cd compiler && make && make test
|
||||||
displayName: 'Build V'
|
displayName: 'Build V'
|
||||||
|
trigger:
|
||||||
|
branches:
|
||||||
|
include:
|
||||||
|
- '*'
|
||||||
|
pr:
|
||||||
|
autoCancel: false
|
||||||
|
branches:
|
||||||
|
include:
|
||||||
|
- '*'
|
||||||
|
Loading…
Reference in New Issue
Block a user