From 0cdc9d4750e4002f1bf599b06b5cef7fc81faf81 Mon Sep 17 00:00:00 2001 From: Federico Terzi Date: Sat, 21 Sep 2019 11:12:46 +0200 Subject: [PATCH] Working on Azure pipelines --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9538a28..01804fb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,6 +11,9 @@ jobs: pool: vmImage: 'ubuntu-latest' steps: + - script: | + sudo apt -y update + sudo apt install -y libxtst-dev libx11-dev libxdo3 libxdo-dev - template: ci/test.yml # Template reference # - job: macOS