gitlab-ci: Don't cache object files.
authorRalph Giles <giles@thaumas.net>
Wed, 10 Jun 2020 21:30:18 +0000 (14:30 -0700)
committerRalph Giles <giles@thaumas.net>
Wed, 10 Jun 2020 21:30:18 +0000 (14:30 -0700)
commit7340b2c9c4fc37eba8903c8a186245053cdcea48
tree4a52d2d1f9b48e961f705b095b83c954f6606c3c
parent40b7f1c5c7a0a5bf012a90173f476e0191ad563b
gitlab-ci: Don't cache object files.

This could only help with the initial build, not `make distcheck`
and since config.h is generated fresh for each job, everything
was remade anyway. Thanks to ePirat for pointing out the issue.
.gitlab-ci.yml