Commit 46e9e640 authored by nanahira's avatar nanahira

update

parent 9d7e1d08
...@@ -71,6 +71,12 @@ ...@@ -71,6 +71,12 @@
shell: ./premake5 gmake shell: ./premake5 gmake
args: args:
chdir: '{{home_path}}/ygopro' chdir: '{{home_path}}/ygopro'
when: 'not no_lua_safe is defined'
- name: premake5 gmake unsafe
shell: env YGOPRO_NO_LUA_SAFE=1 ./premake5 gmake
args:
chdir: '{{home_path}}/ygopro'
when: 'no_lua_safe is defined'
- name: build - name: build
make: make:
chdir: '{{home_path}}/ygopro/build' chdir: '{{home_path}}/ygopro/build'
......
...@@ -73,6 +73,12 @@ ...@@ -73,6 +73,12 @@
shell: ./premake5 gmake shell: ./premake5 gmake
args: args:
chdir: '{{home_path}}/ygopro-new' chdir: '{{home_path}}/ygopro-new'
when: 'not no_lua_safe is defined'
- name: premake5 gmake unsafe
shell: env YGOPRO_NO_LUA_SAFE=1 ./premake5 gmake
args:
chdir: '{{home_path}}/ygopro-new'
when: 'no_lua_safe is defined'
- name: build - name: build
make: make:
chdir: '{{home_path}}/ygopro-new/build' chdir: '{{home_path}}/ygopro-new/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