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:
Alexander Medvednikov 2019-06-27 01:30:40 +02:00 committed by GitHub
parent c7e2c4a353
commit 7cd771af24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@ jobs:
displayName: "V Linux Build" displayName: "V Linux Build"
steps: steps:
- script: | - script: |
sudo apt install -y libglfw3 libglfw3-dev libfreetype6-dev libcurl3-dev sudo apt install -y libglfw3 libglfw3-dev libfreetype6-dev libcurl3-dev
displayName: 'Install Dependencies' displayName: 'Install Dependencies'
- script: | - script: |
cd compiler && make cd compiler && make
displayName: 'Build V' displayName: 'Build V'
- script: | - script: |
make test make test
displayName: 'Run Tests' displayName: 'Run Tests'
- job: WindowsBuild - job: WindowsBuild
pool: pool: