Commit 0b04a0d2 authored by nanahira's avatar nanahira

update make config

parent 158f21af
...@@ -166,11 +166,12 @@ ...@@ -166,11 +166,12 @@
"remote": "origin", "remote": "origin",
"branch": "master", "branch": "master",
"callback": { "callback": {
"command": "make", "command": "bash",
"args": [ "args": [
"config=release" "-c",
"premake4 gmake ; cd build ; make config=release ; cd .. ; strip ygopro"
], ],
"path": "./ygopro/build/" "path": "./ygopro/"
} }
}, },
"ygopro": { "ygopro": {
...@@ -178,11 +179,12 @@ ...@@ -178,11 +179,12 @@
"remote": "origin", "remote": "origin",
"branch": "server", "branch": "server",
"callback": { "callback": {
"command": "make", "command": "bash",
"args": [ "args": [
"config=release" "-c",
"premake4 gmake ; cd build ; make config=release ; cd .. ; strip ygopro"
], ],
"path": "./ygopro/build/" "path": "./ygopro/"
} }
} }
} }
......
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