This commit is contained in:
aozhiwei 2019-01-14 19:50:48 +08:00
commit 02d0bdf262
11 changed files with 12 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
bin
target

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "third_party/game1008"]
path = third_party/game1008
url = git@git.kingsome.cn:aozhiwei/game1008.git

0
bin/.gitkeep Normal file
View File

1
boundle.sh Normal file
View File

@ -0,0 +1 @@
sh ci_script/boundle.sh -DGAME_ID=100899

1
ci_script Symbolic link
View File

@ -0,0 +1 @@
third_party/game1008/server/tools/scripts/ci/dbserver

1
manage.py Symbolic link
View File

@ -0,0 +1 @@
ci_script/manage.py

1
reload.sh Symbolic link
View File

@ -0,0 +1 @@
ci_script/reload.sh

1
restart.sh Symbolic link
View File

@ -0,0 +1 @@
ci_script/restart.sh

1
start_instance.sh Symbolic link
View File

@ -0,0 +1 @@
ci_script/start_instance.sh

0
target/.gitkeep Normal file
View File

1
third_party/game1008 vendored Submodule

@ -0,0 +1 @@
Subproject commit 091af4c7fdbb75df5c8ce6c123c82da356aa31f0