mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-11 17:53:58 +02:00
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:
@@ -17,10 +17,6 @@ linux-x86_64-binaries:
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- higan-nightly/*
|
- higan-nightly/*
|
||||||
cache:
|
|
||||||
paths:
|
|
||||||
- icarus/obj/*.o
|
|
||||||
- higan/obj/*.o
|
|
||||||
|
|
||||||
windows-x86_64-binaries:
|
windows-x86_64-binaries:
|
||||||
# This is a normal Windows cross-compile process, except that
|
# This is a normal Windows cross-compile process, except that
|
||||||
@@ -41,7 +37,3 @@ windows-x86_64-binaries:
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- higan-nightly/*
|
- higan-nightly/*
|
||||||
cache:
|
|
||||||
paths:
|
|
||||||
- icarus/obj/*.o
|
|
||||||
- higan/obj/*.o
|
|
||||||
|
Reference in New Issue
Block a user