summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 82ce8412d..679825f68 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -77,12 +77,14 @@ inkscape:mac:
- branches@dehesselle/inkscape
except:
- schedules
+ before_script:
+ - packaging/macos/build_toolset.sh
script:
- - packaging/macos/210-inkscape.sh
+ - packaging/macos/build_inkscape.sh
artifacts:
expire_in: 1 year
paths:
- - build/Inkscape.tar.xz
+ - build/artifacts
allow_failure: true