Commit 178f5bc8 authored by nanahira's avatar nanahira

ref

parent 9304696b
......@@ -165,20 +165,6 @@
"port": 7213,
"password": "Nanahira",
"hooks": {
"script": {
"path": "./ygopro/script/",
"remote": "origin",
"branch": "master",
"callback": {
"command": "git",
"args": [
"reset",
"--hard",
"FETCH_HEAD"
],
"path": "./ygopro/script/"
}
},
"windbot": {
"path": "./windbot/",
"remote": "origin",
......@@ -194,12 +180,12 @@
"ygopro": {
"path": "./ygopro/",
"remote": "origin",
"branch": "master",
"branch": "server",
"callback": {
"command": "bash",
"args": [
"-c",
"premake4 gmake ; cd build ; make config=release ; cd .. ; strip ygopro"
"cd ocgcore ; git pull origin master ; cd ../script ; git pull origin master ; cd .. ; premake4 gmake ; cd build ; make config=release ; cd .. ; strip ygopro"
],
"path": "./ygopro/"
}
......
......@@ -165,20 +165,6 @@
"port": 7213,
"password": "Nanahira",
"hooks": {
"script": {
"path": "./ygopro/script/",
"remote": "origin",
"branch": "master",
"callback": {
"command": "git",
"args": [
"reset",
"--hard",
"FETCH_HEAD"
],
"path": "./ygopro/script/"
}
},
"windbot": {
"path": "./windbot/",
"remote": "origin",
......@@ -194,12 +180,12 @@
"ygopro": {
"path": "./ygopro/",
"remote": "origin",
"branch": "master",
"branch": "server",
"callback": {
"command": "bash",
"args": [
"-c",
"premake4 gmake ; cd build ; make config=release ; cd .. ; strip ygopro"
"cd ocgcore ; git pull origin master ; cd ../script ; git pull origin master ; cd .. ; premake4 gmake ; cd build ; make config=release ; cd .. ; strip ygopro"
],
"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