mirror of https://github.com/bsnes-emu/bsnes.git
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:
parent
5352c5ab27
commit
9dcbd12159
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue