Commit 82135d25 authored by nanahira's avatar nanahira

fix build cache mismatch

parent ad54b3cd
...@@ -147,6 +147,7 @@ exec_windows: ...@@ -147,6 +147,7 @@ exec_windows:
irrklang_pro: '1' irrklang_pro: '1'
USE_IRRKLANG: "1" USE_IRRKLANG: "1"
cache: cache:
key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
paths: paths:
- bin/ - bin/
- obj/ - obj/
...@@ -173,6 +174,7 @@ exec_linux: ...@@ -173,6 +174,7 @@ exec_linux:
- mat_irrklang - mat_irrklang
- mat_linux - mat_linux
cache: cache:
key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
paths: paths:
- bin/ - bin/
- obj/ - obj/
...@@ -205,6 +207,7 @@ exec_macos_platform_x86: ...@@ -205,6 +207,7 @@ exec_macos_platform_x86:
USE_IRRKLANG: "1" USE_IRRKLANG: "1"
TARGET_PATFORM: x86 TARGET_PATFORM: x86
cache: cache:
key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
paths: paths:
- bin/ - bin/
- obj/ - obj/
...@@ -227,6 +230,7 @@ exec_macos_platform_m1: ...@@ -227,6 +230,7 @@ exec_macos_platform_m1:
TARGET_PATFORM: m1 TARGET_PATFORM: m1
YGOPRO_TARGET_ARM: '1' YGOPRO_TARGET_ARM: '1'
cache: cache:
key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
paths: paths:
- bin/ - bin/
- obj/ - obj/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment