Skip to content

Compress our artifacts to reduce CI bandwidth

The keyboard layout test generates a rather massive (multi-GB) file. Let's not pass it to the merge request checker job, it doesn't need it. And let's compress it with xz, it comes down to under 8M.

cc @bentiss, @svu

Merge request reports