Don't let gitlab cache .o files.

higan's makefiles don't always model dependencies properly, so caching
.o files just invites stale .o files.
This commit is contained in:
Tim Allen 2017-09-01 16:05:14 +10:00
parent 5352c5ab27
commit 9dcbd12159
1 changed files with 0 additions and 8 deletions

View File

@ -17,10 +17,6 @@ linux-x86_64-binaries:
artifacts:
paths:
- higan-nightly/*
cache:
paths:
- icarus/obj/*.o
- higan/obj/*.o
windows-x86_64-binaries:
# This is a normal Windows cross-compile process, except that
@ -41,7 +37,3 @@ windows-x86_64-binaries:
artifacts:
paths:
- higan-nightly/*
cache:
paths:
- icarus/obj/*.o
- higan/obj/*.o