From 921cc3e57adc2e71bb19bd81cc1d5b9b0f7a6b36 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Thu, 4 Mar 2021 03:56:12 +0200 Subject: [PATCH] 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 --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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: