Update azure-pipelines.yml

pull/689/head
Alexander Medvednikov 2019-06-26 21:02:30 +02:00 committed by GitHub
parent 14936e8ee8
commit eee8838078
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -5,9 +5,10 @@ jobs:
displayName: "V Linux Build" displayName: "V Linux Build"
steps: steps:
- script: | - script: |
apt install libglfw3 libglfw3-dev libfreetype6-dev libcurl3-dev
displayName: 'Install Dependencies' displayName: 'Install Dependencies'
- script: | - script: |
cd compiler && make && make test cd compiler && make
displayName: 'Build V' displayName: 'Build V'
- script: | - script: |
make test make test