Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-2pick
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
ygopro-2pick
Commits
815b15af
Commit
815b15af
authored
Dec 29, 2017
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove_bates
parent
246a1402
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
26 deletions
+2
-26
appveyor.yml
appveyor.yml
+2
-4
bats/build.bat
bats/build.bat
+0
-7
bats/start.bat
bats/start.bat
+0
-14
expansions/.gitkeep
expansions/.gitkeep
+0
-1
No files found.
appveyor.yml
View file @
815b15af
...
...
@@ -65,7 +65,6 @@ after_build:
-
rm -rf ygopro-scripts-master ygopro-scripts-master.zip
-
mkdir replay
-
mv -f ../../expansions .
-
mv -f ../../gframe .
-
mv -f ../../ocgcore .
-
mv -f ../../premake .
...
...
@@ -81,7 +80,6 @@ after_build:
-
mv -f ../../system.conf .
-
cp -rf ../../ygopro.exe .
-
mv -f ../../premake5.exe .
-
mv -f ../../bats/build.bat .
-
cd ..
-
mkdir redis
...
...
@@ -102,9 +100,9 @@ after_build:
-
npm install pm2@latest -g
-
npm install ws
-
npm install redis
-
7z a -mx9 -xr!.git* ../ygopro-server.7z ./*
-
cd ..
-
mv -f bats/start.bat .
-
7z a -mx9 -xr!.git* ygopro-server.7z ygopro-server start.bat
test
:
off
...
...
bats/build.bat
deleted
100644 → 0
View file @
246a1402
@echo
off
set
irrklang_pro
=
1
premake5
vs2015
msbuild
build
\ygo.sln
/m /property
:Configuration
=
Release
del
/f
ygopro
.exe
move
bin
\release\ygopro.exe .
pause
\ No newline at end of file
bats/start.bat
deleted
100644 → 0
View file @
246a1402
@echo
off
cd
ygopro
-server/redis
start
redis
-server
.exe
cd
../windbot
start
windbot
.exe
servermode
=
true
serverport
=
2399
cd
..
node
.exe
ygopro
-server
.js
pause
\ No newline at end of file
expansions/.gitkeep
deleted
100644 → 0
View file @
246a1402
-
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment