diff options
| author | René de Hesselle <dehesselle@web.de> | 2019-06-22 14:09:22 +0000 |
|---|---|---|
| committer | René de Hesselle <dehesselle@web.de> | 2019-06-23 13:40:19 +0000 |
| commit | 61377136d72094020fc2a80b68d9fa74af46ab21 (patch) | |
| tree | a4999c5080ddf1ea04e73818bebda04684fd1f23 /.gitlab-ci.yml | |
| parent | fix inbox#595 macOS NSApplicationBlockTermination (diff) | |
| download | inkscape-61377136d72094020fc2a80b68d9fa74af46ab21.tar.gz inkscape-61377136d72094020fc2a80b68d9fa74af46ab21.zip | |
Update macOS build pipeline
This update lowers system requirements from 10.13 to 10.11 and has
massive improvements regarding Python integration. Also lots
of minor improvements.
Based on https://github.com/dehesselle/mibap v0.12.
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 276a5647b..72a6780ff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -84,7 +84,7 @@ inkscape:mac: artifacts: expire_in: 1 year paths: - - build/artifacts + - artifacts/ allow_failure: true |
