1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

Azure: remove cd compiler

This commit is contained in:
Alexander Medvednikov 2019-06-29 13:04:59 +02:00 committed by GitHub
parent 9af2e4a62e
commit fd610b97d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,10 +8,10 @@ jobs:
sudo apt install -y libglfw3 libglfw3-dev libfreetype6-dev libcurl3-dev
displayName: 'Install Dependencies'
- script: |
cd compiler && make
make
displayName: 'Build V'
- script: |
cd compiler && make test
make test
displayName: 'Run Tests'
- job: WindowsBuild
pool:
@ -26,7 +26,7 @@ jobs:
brew install glfw freetype curl
displayName: 'Install Dependencies'
- script: |
cd compiler && make && make test
make && make test
displayName: 'Build V'
trigger:
branches: