Commit 22041345 authored by nanahira's avatar nanahira

seq

parent 3ba7a111
...@@ -121,15 +121,15 @@ ...@@ -121,15 +121,15 @@
make: make:
chdir: '{{home_path}}/ygopro/build' chdir: '{{home_path}}/ygopro/build'
target: config=release target: config=release
- name: strip ygopro
shell: strip bin/release/ygopro
args:
chdir: '{{home_path}}/ygopro'
- name: link ygopro - name: link ygopro
file: file:
state: link state: link
src: '{{home_path}}/ygopro/bin/release/ygopro' src: '{{home_path}}/ygopro/bin/release/ygopro'
dest: '{{home_path}}/ygopro/ygopro' dest: '{{home_path}}/ygopro/ygopro'
- name: strip ygopro
shell: strip ygopro
args:
chdir: '{{home_path}}/ygopro'
- name: windbot - name: windbot
git: git:
repo: 'https://github.com/{{fork}}/windbot' repo: 'https://github.com/{{fork}}/windbot'
......
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
chdir: ‘{{home_path}}/ygopro-new/build’ chdir: ‘{{home_path}}/ygopro-new/build’
target: config=release target: config=release
- name: strip ygopro - name: strip ygopro
shell: strip ygopro shell: strip bin/release/ygopro
args: args:
chdir: ’{{home_path}}/ygopro-new‘ chdir: ’{{home_path}}/ygopro-new‘
- name: remove same backup - name: remove same backup
......
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