Commit 5e8197a0 authored by nanahira's avatar nanahira

Merge branch 'master' of ../ygopro-7210srv

parents 6adfc836 d2772138
...@@ -85,6 +85,7 @@ after_build: ...@@ -85,6 +85,7 @@ after_build:
- mv -f ../../system.conf . - mv -f ../../system.conf .
- cp -rf ../../ygopro.exe . - cp -rf ../../ygopro.exe .
- mv -f ../../premake5.exe . - mv -f ../../premake5.exe .
- mv -f ../../bats/build.bat .
- cd .. - cd ..
- mkdir redis - mkdir redis
...@@ -106,7 +107,8 @@ after_build: ...@@ -106,7 +107,8 @@ after_build:
- npm install ws - npm install ws
- npm install redis - npm install redis
- cd .. - cd ..
- 7z a ygopro-server.7z ygopro-server start.bat -mx=9 -xr!.git* - mv -f bats/start.bat .
- 7z a -mx9 -xr!.git* ygopro-server.7z ygopro-server start.bat
test: off test: off
......
No preview for this file type
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