From eee8838078c2f29c09bc329e3de36042b78688d2 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Wed, 26 Jun 2019 21:02:30 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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