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:
shamofu 2019-06-27 23:39:44 +09:00 committed by Alexander Medvednikov
parent f39111bdff
commit 08c37121e8

View File

@ -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:
- '*'