Commit 51995cfa authored by nanahira's avatar nanahira

update

parent 74b2e987
......@@ -130,6 +130,7 @@
target: config=release
- name: strip ygopro
shell: strip bin/release/ygopro
ignore_errors: true
args:
chdir: '{{home_path}}/ygopro'
- name: link ygopro
......
......@@ -54,15 +54,15 @@
- name: premake5 gmake
shell: ./premake5 gmake
args:
chdir: ‘{{home_path}}/ygopro-new’
chdir: '{{home_path}}/ygopro-new'
- name: build
make:
chdir: ‘{{home_path}}/ygopro-new/build’
chdir: '{{home_path}}/ygopro-new/build'
target: config=release
- name: strip ygopro
shell: strip bin/release/ygopro
args:
chdir: ’{{home_path}}/ygopro-new‘
chdir: '{{home_path}}/ygopro-new'
- name: remove same backup
file:
path: '{{home_path}}/ygopro-bak{{backup_name}}'
......
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