summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2020-06-10 14:30:18 -0700
committerRalph Giles <giles@thaumas.net>2020-06-10 14:30:18 -0700
commit7340b2c9c4fc37eba8903c8a186245053cdcea48 (patch)
tree4a52d2d1f9b48e961f705b095b83c954f6606c3c
parent40b7f1c5c7a0a5bf012a90173f476e0191ad563b (diff)
downloadlibvorbis-git-7340b2c9c4fc37eba8903c8a186245053cdcea48.tar.gz
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.
-rw-r--r--.gitlab-ci.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 411b47c3..065412ed 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,10 +14,6 @@ autoconf:
- ./configure
- make
- make distcheck
- cache:
- paths:
- - "lib/*.o"
- - "lib/.libs/*.o"
cmake:
stage: build