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:
parent
9af2e4a62e
commit
fd610b97d2
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user