Update azure-pipelines.yml

pull/691/head
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
1 changed files with 1 additions and 0 deletions

View File

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