Commit c3def0dc authored by nanahira's avatar nanahira

update config

parent 14927b95
...@@ -190,6 +190,7 @@ ...@@ -190,6 +190,7 @@
"path": "./windbot/", "path": "./windbot/",
"remote": "origin", "remote": "origin",
"branch": "master", "branch": "master",
"forced": true,
"callback": { "callback": {
"command": "xbuild", "command": "xbuild",
"args": [ "args": [
...@@ -202,11 +203,12 @@ ...@@ -202,11 +203,12 @@
"path": "./ygopro/", "path": "./ygopro/",
"remote": "origin", "remote": "origin",
"branch": "server", "branch": "server",
"forced": true,
"callback": { "callback": {
"command": "bash", "command": "bash",
"args": [ "args": [
"-c", "-c",
"git reset --hard FETCH_HEAD ; cd ocgcore ; git pull origin master ; git reset --hard FETCH_HEAD ; cd ../script ; git pull origin master ; git reset --hard FETCH_HEAD ; cd .. ; premake5 gmake ; cd build ; make config=release ; cd .. ; strip ygopro" "cd ocgcore ; git pull origin master ; git reset --hard FETCH_HEAD ; cd ../script ; git pull origin master ; git reset --hard FETCH_HEAD ; cd .. ; premake5 gmake ; cd build ; make config=release ; cd .. ; strip ygopro"
], ],
"path": "./ygopro/" "path": "./ygopro/"
} }
...@@ -215,6 +217,7 @@ ...@@ -215,6 +217,7 @@
"path": ".", "path": ".",
"remote": "origin", "remote": "origin",
"branch": "master", "branch": "master",
"forced": true,
"callback": { "callback": {
"command": "npm", "command": "npm",
"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