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:37:12 +02:00 committed by GitHub
parent 4fe5a13239
commit 694b34a995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ jobs:
displayName: "V MacOSX Build"
steps:
- script: |
brew install glfw freetype curl
displayName: 'Install Dependencies'
- script: |
cd compiler && make && make test