diff options
| author | Marc Jeanmougin <marcjeanmougin@free.fr> | 2017-07-01 15:33:54 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2017-07-01 15:33:54 +0000 |
| commit | c0d18539c2439898cb732e220edfe4bcc968e3a9 (patch) | |
| tree | a42ab8b3bc4558d8f835b555e20fa8b48240a4df | |
| parent | Runtime check for primary accelerator (diff) | |
| download | inkscape-c0d18539c2439898cb732e220edfe4bcc968e3a9.tar.gz inkscape-c0d18539c2439898cb732e220edfe4bcc968e3a9.zip | |
allows mac os build to fail as we have no mac runners yet
| -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 55d72b92a..6ebf6ef39 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,7 +55,7 @@ inkscape:mac: expire_in: 1 year paths: - build/ - + allow_failure: true # This job is a static analysis build by clang. # It takes MORE THAN 3 HOURS, and depending on worker sometimes 4 hours. # Make sure the timeout of the build is big enough |
