Commit df99bc80 authored by nanahira's avatar nanahira

use premake5 in webhook

parent 3c66d835
...@@ -189,7 +189,7 @@ ...@@ -189,7 +189,7 @@
"command": "bash", "command": "bash",
"args": [ "args": [
"-c", "-c",
"cd ocgcore ; git pull origin master ; cd ../script ; git pull origin master ; cd .. ; premake4 gmake ; cd build ; make config=release ; cd .. ; strip ygopro" "cd ocgcore ; git pull origin master ; cd ../script ; git pull origin master ; cd .. ; premake5 gmake ; cd build ; make config=release ; cd .. ; strip ygopro"
], ],
"path": "./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