From 9b510643faeb7eb072af83fa14e7d1a86116c65f Mon Sep 17 00:00:00 2001 From: narimiran Date: Mon, 18 May 2020 16:46:40 +0200 Subject: [PATCH] install gtk3 on osx for package testing --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c6d0d5e502..c31c30e6f2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -111,7 +111,7 @@ jobs: displayName: 'Install dependencies (i386 Linux)' condition: and(eq(variables['Agent.OS'], 'Linux'), eq(variables['CPU'], 'i386')) - - bash: brew install boehmgc make sfml + - bash: brew install boehmgc make sfml gtk+3 displayName: 'Install dependencies (OSX)' condition: eq(variables['Agent.OS'], 'Darwin')