Commit f4b713b7 authored by nanahira's avatar nanahira

fix

parent 8e0e61bc
Pipeline #36819 failed with stages
in 8 minutes and 45 seconds
...@@ -20,7 +20,7 @@ export AUTOMAKE=automake ...@@ -20,7 +20,7 @@ export AUTOMAKE=automake
./.ci/libevent-prebuild.sh ./.ci/libevent-prebuild.sh
./.ci/build-opus.sh ./.ci/build-opus.sh
rm -rf sqlite3/VERSION rm -rf sqlite3/VERSION sqlite3/version
./premake5 gmake --cc=clang --build-freetype --build-sqlite ./premake5 gmake --cc=clang --build-freetype --build-sqlite
......
...@@ -95,11 +95,11 @@ mat_windows: ...@@ -95,11 +95,11 @@ mat_windows:
stage: build stage: build
#variables: #variables:
# NO_LUA_SAFE: '1' # on client no lua safe # NO_LUA_SAFE: '1' # on client no lua safe
cache: #cache:
key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG" # key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
paths: # paths:
- bin/ # - bin/
- obj/ # - obj/
.exec_windows: .exec_windows:
extends: ._exec_build extends: ._exec_build
......
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