summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorRené de Hesselle <dehesselle@web.de>2019-04-22 18:45:50 +0000
committerRené de Hesselle <dehesselle@web.de>2019-04-22 20:07:43 +0000
commitab482654696a3b6b5adfae95fffe45291199712d (patch)
tree3faf03e4a41cbf970edbd8ea69dce0aa3775836b /.gitlab-ci.yml
parentPull in fix for stdout issues (diff)
downloadinkscape-ab482654696a3b6b5adfae95fffe45291199712d.tar.gz
inkscape-ab482654696a3b6b5adfae95fffe45291199712d.zip
Update macOS build pipeline
Highlights: - fixes open/save crashes - fixes localization - bundles Python 3, enabling extensions Also lots of internal improvements and refactoring.
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