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:
parent
14936e8ee8
commit
eee8838078
@ -5,9 +5,10 @@ jobs:
|
||||
displayName: "V Linux Build"
|
||||
steps:
|
||||
- script: |
|
||||
apt install libglfw3 libglfw3-dev libfreetype6-dev libcurl3-dev
|
||||
displayName: 'Install Dependencies'
|
||||
- script: |
|
||||
cd compiler && make && make test
|
||||
cd compiler && make
|
||||
displayName: 'Build V'
|
||||
- script: |
|
||||
make test
|
||||
|
Loading…
Reference in New Issue
Block a user