Commit 5d3a9d7c authored by nanahira's avatar nanahira

Merge branch 'master' into server

parents 544ad64c 73fdec2d
......@@ -72,6 +72,7 @@ exec_windows:
#variables:
# irrklang_pro: '1'
cache:
key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
paths:
- bin/
- obj/
......@@ -98,6 +99,7 @@ exec_linux:
#- mat_irrklang
- mat_linux
cache:
key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
paths:
- bin/
- obj/
......
......@@ -54,4 +54,5 @@ project "ygopro"
configuration "macosx"
if MAC_ARM then
buildoptions { "--target=arm64-apple-macos11" }
linkoptions { "-arch arm64" }
end
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