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
This commit is contained in:
Jordan Petridis 2021-03-04 03:56:12 +02:00
parent d847f1d621
commit 921cc3e57a
No known key found for this signature in database
GPG key ID: 902CC06D159744F5

View file

@ -104,6 +104,9 @@ fedora autotools build:
- test/*.log
- test/pdiff/*.log
- test/output
exclude:
- "test/**/*.cs"
- "test/**/*.trace"
fedora meson build:
extends: