Update azure-pipelines.yml

pull/689/head
Alexander Medvednikov 2019-06-26 20:54:47 +02:00 committed by GitHub
parent 5e89c1399a
commit 55c78b67b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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