From d008cd0c46c1ff8e78164aafa0ae883862897b17 Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Sun, 24 Jun 2018 21:26:53 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fc00ba728..83a6ab63f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,8 +37,8 @@ MacOS: stage: build allow_failure: true script: - - macos_qt_formula=qt - - CI/before_install.osx.sh + #- macos_qt_formula=qt + #- CI/before_install.osx.sh - CI/before_script.osx.sh - make -j2 - DESTDIR=artifacts make install