Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
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
List
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
YGOPRO-520DIY
ygopro
Commits
d6705f9b
Commit
d6705f9b
authored
Nov 16, 2020
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove redis from appveyor script
parent
c91e6d1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
10 deletions
+6
-10
appveyor.yml
appveyor.yml
+6
-10
No files found.
appveyor.yml
View file @
d6705f9b
...
...
@@ -38,19 +38,15 @@ build:
after_build
:
-
ps
:
move bin\release\ygopro.exe .
# redis
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/MicrosoftArchive/redis/releases/download/win-3.2.100/Redis-x64-3.2.100.zip ; exit 0"
-
7z x -y -oredis Redis-x64-3.2.100.zip
# nodejs
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://nodejs.org/dist/v1
2.14.0/node-v12.14.0-win-x64.zip
; exit 0"
-
7z x -y node-v1
2.14.0-win-x64.zip
-
mv node-v1
2.14
.0-win-x64 node
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://nodejs.org/dist/v1
4.15.0/node-v14.15.0-win-x64.7z
; exit 0"
-
7z x -y node-v1
4.15.0-win-x64.7z
-
mv node-v1
4.15
.0-win-x64 node
# srvpro
-
git clone https://github.com/purerosefallen/ygopro-server
-
cd ygopro-server
-
../node/npm
install
-
../node/npm
ci
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/purerosefallen/windbot/releases/download/latest/WindBot.7z ; exit 0"
-
7z x -y WindBot.7z
-
rm -rf Bot.exe bot.conf
...
...
@@ -70,8 +66,8 @@ after_build:
-
cd ../..
# start script
-
bash -c "echo '@echo off' >> run.bat ; echo '
start redis/redis-server.exe' >> run.bat ; echo '
cd ygopro-server/windbot' >> run.bat ; echo 'start WindBot.exe servermode=true serverport=2399' >> run.bat ; echo 'cd ..' >> run.bat ; echo 'start ../node/node.exe ygopro-server.js' >> run.bat"
-
7z a -mx9 -xr!.git* ygopro-server-win.zip node
redis
ygopro-server run.bat
-
bash -c "echo '@echo off' >> run.bat ; echo 'cd ygopro-server/windbot' >> run.bat ; echo 'start WindBot.exe servermode=true serverport=2399' >> run.bat ; echo 'cd ..' >> run.bat ; echo 'start ../node/node.exe ygopro-server.js' >> run.bat"
-
7z a -mx9 -xr!.git* ygopro-server-win.zip node ygopro-server run.bat
test
:
off
...
...
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