[cairo-commit] 2 commits - .gitlab-ci.yml
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Thu Mar 4 11:09:30 UTC 2021
.gitlab-ci.yml | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 71ece6d14909aa795aa9f424c8411694c3136eda
Merge: d847f1d62 921cc3e57
Author: Tim-Philipp Müller <tim at centricular.com>
Date: Thu Mar 4 11:09:29 2021 +0000
Merge branch 'alatiera/exclude-artifacts' into 'master'
ci: cleanup the autotools artifacts a bit
Closes #465
See merge request cairo/cairo!137
commit 921cc3e57adc2e71bb19bd81cc1d5b9b0f7a6b36
Author: Jordan Petridis <jordan at centricular.com>
Date: Thu Mar 4 03:56:12 2021 +0200
ci: cleanup the autotools artifacts a bit
Exclude .trace and .cs file from being exported.
This brings down the generated artifacts size to 73mb.
Close #465
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9078624ee..add22d658 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -104,6 +104,9 @@ fedora autotools build:
- test/*.log
- test/pdiff/*.log
- test/output
+ exclude:
+ - "test/**/*.cs"
+ - "test/**/*.trace"
fedora meson build:
extends:
More information about the cairo-commit
mailing list