diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 48ca5738ae..467cd825d1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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