Update azure-pipelines.yml

pull/722/head
shamofu 2019-06-27 23:39:44 +09:00 committed by Alexander Medvednikov
parent f39111bdff
commit 08c37121e8
1 changed files with 9 additions and 4 deletions

View File

@ -1,7 +1,3 @@
trigger:
branches:
include:
- '*'
jobs:
- job: LinuxBuild
pool:
@ -32,3 +28,12 @@ jobs:
- script: |
cd compiler && make && make test
displayName: 'Build V'
trigger:
branches:
include:
- '*'
pr:
autoCancel: false
branches:
include:
- '*'