From 9797051a3621a59675cd96e6bc1556d69fc349ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Thu, 15 Aug 2019 20:40:38 +0200 Subject: [PATCH] Compile with unarr in Ubuntu for now --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1b59e72c..31cc92c0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,7 +18,7 @@ jobs: libqt5opengl5-dev libglu1-mesa-dev libunarr-dev qtdeclarative5-dev displayName: 'Install dependencies' - script: | - qmake CONFIG+="7zip" + qmake CONFIG+="unarr" make displayName: 'Build' - job: MacOS