Commit ee93a2d8 authored by nanahira's avatar nanahira

fix

parent 7f9d30b1
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
- name: build - name: build
make: make:
chdir: '{{home_path}}/ygopro/build' chdir: '{{home_path}}/ygopro/build'
target: "config=release -j{{ ansible_processor_vcpus }}" target: "config=release"
- name: strip ygopro - name: strip ygopro
shell: strip bin/release/ygopro shell: strip bin/release/ygopro
ignore_errors: true ignore_errors: true
......
...@@ -29,6 +29,14 @@ ...@@ -29,6 +29,14 @@
force: true force: true
accept_hostkey: true accept_hostkey: true
track_submodules: true track_submodules: true
- name: pre compat plugin
git:
repo: 'https://github.com/purerosefallen/srvpro-pre-compat'
dest: '{{home_path}}/ygopro-server/plugins/srvpro-pre-compat'
version: master
force: true
accept_hostkey: true
track_submodules: true
- name: windbot - name: windbot
git: git:
repo: 'https://github.com/{{fork}}/windbot' repo: 'https://github.com/{{fork}}/windbot'
...@@ -68,7 +76,7 @@ ...@@ -68,7 +76,7 @@
- name: build - name: build
make: make:
chdir: '{{home_path}}/ygopro-new/build' chdir: '{{home_path}}/ygopro-new/build'
target: 'config=release -j{{ ansible_processor_vcpus }}' target: 'config=release'
- 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