mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
ci: also save ccache cache for failed builds
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
(cherry picked from commit 935a2e9530
)
This commit is contained in:
parent
be6bc617a0
commit
00dbc27097
@ -94,6 +94,7 @@ jobs:
|
||||
cp gpt4all-installer-* upload
|
||||
- save_cache:
|
||||
key: ccache-gpt4all-macos-{{ epoch }}
|
||||
when: always
|
||||
paths:
|
||||
- ../.ccache
|
||||
# persist the unsigned installer
|
||||
@ -371,6 +372,7 @@ jobs:
|
||||
cp gpt4all-installer-* upload
|
||||
- save_cache:
|
||||
key: ccache-gpt4all-linux-amd64-
|
||||
when: always
|
||||
paths:
|
||||
- ../.ccache
|
||||
- store_artifacts:
|
||||
@ -529,6 +531,7 @@ jobs:
|
||||
copy gpt4all-installer-win64.exe upload
|
||||
- save_cache:
|
||||
key: ccache-gpt4all-win-amd64-{{ epoch }}
|
||||
when: always
|
||||
paths:
|
||||
- ..\.ccache
|
||||
- store_artifacts:
|
||||
|
Loading…
Reference in New Issue
Block a user