Commit a9e405f5 authored by nanahira's avatar nanahira

improve

parent e7500a5c
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
- name: build - name: build
make: make:
chdir: '{{home_path}}/ygopro/build' chdir: '{{home_path}}/ygopro/build'
target: config=release target: 'config=release -j{{ lookup('pipe', 'nproc') }}'
- name: strip ygopro - name: strip ygopro
shell: strip bin/release/ygopro shell: strip bin/release/ygopro
ignore_errors: true ignore_errors: true
......
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
- name: build - name: build
make: make:
chdir: '{{home_path}}/ygopro-new/build' chdir: '{{home_path}}/ygopro-new/build'
target: config=release target: 'config=release -j{{ lookup("pipe", "nproc") }}'
- name: strip ygopro - name: strip ygopro
shell: strip bin/release/ygopro shell: strip bin/release/ygopro
args: args:
......
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