Update azure-pipelines.yml
parent
c7e2c4a353
commit
7cd771af24
|
@ -5,13 +5,13 @@ jobs:
|
|||
displayName: "V Linux Build"
|
||||
steps:
|
||||
- script: |
|
||||
sudo apt install -y libglfw3 libglfw3-dev libfreetype6-dev libcurl3-dev
|
||||
sudo apt install -y libglfw3 libglfw3-dev libfreetype6-dev libcurl3-dev
|
||||
displayName: 'Install Dependencies'
|
||||
- script: |
|
||||
cd compiler && make
|
||||
cd compiler && make
|
||||
displayName: 'Build V'
|
||||
- script: |
|
||||
make test
|
||||
make test
|
||||
displayName: 'Run Tests'
|
||||
- job: WindowsBuild
|
||||
pool:
|
||||
|
|
Loading…
Reference in New Issue