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
eb994007
Commit
eb994007
authored
Apr 10, 2018
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update appveyor.yml
parent
41fda93a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
63 deletions
+13
-63
appveyor.yml
appveyor.yml
+13
-63
No files found.
appveyor.yml
View file @
eb994007
version
:
'
{build}'
skip_tags
:
true
install
:
-
git submodule update --init --recursive
...
...
@@ -25,9 +27,6 @@ install:
# let premake happy
-
xcopy /E premake\* .
# patch lua
# - patch -p0 < lua\lua.patch
# premake
-
premake5 vs2015
...
...
@@ -40,72 +39,23 @@ build:
after_build
:
-
ps
:
move bin\release\ygopro.exe .
-
git clone https://github.com/Smile-DK/ygopro-svrelease
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/purerosefallen/ygopro-server/archive/master.zip ; exit 0"
-
7z x ygopro-server-master.zip
-
mv -f ygopro-server-master ygopro-server
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://nodejs.org/dist/v9.1.0/node-v9.1.0-win-x64.zip ; exit 0"
-
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"
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/purerosefallen/windbot/archive/master.zip ; exit 0"
-
7z x windbot-master.zip
-
cd windbot-master
-
msbuild /property:Configuration=Release /property:OutDir=../ygopro-server/windbot
-
cd ../ygopro-server
-
mkdir ygopro
-
cd ygopro
-
mkdir replay
-
mv -f ../../gframe .
-
mv -f ../../ocgcore .
-
mv -f ../../premake .
-
mv -f ../../event .
-
mv -f ../../lua .
-
mv -f ../../sqlite3 .
-
mv -f ../../script .
-
mv -f ../../cards.cdb .
-
mv -f ../../textures .
-
mv -f ../../premake4.lua .
-
mv -f ../../premake5.lua .
-
mv -f ../../lflist.conf .
-
mv -f ../../strings.conf .
-
mv -f ../../system.conf .
-
cp -rf ../../ygopro.exe .
-
mv -f ../../premake5.exe .
-
cd ..
-
mkdir redis
-
cd redis
-
cp -rf ../../Redis-x64-3.2.100.zip .
-
7z x Redis-x64-3.2.100.zip
-
rm -rf Redis-x64-3.2.100.zip
-
cd ..
-
cp -rf ygopro/cards.cdb windbot
-
cp -rf config_build config
-
cp -rf ../node-v9.1.0-win-x64.zip .
-
7z x node-v9.1.0-win-x64.zip
-
rm -rf node-v9.1.0-win-x64.zip
-
cp -rf node-v9.1.0-win-x64/* .
-
rm -rf node-v9.1.0-win-x64
-
npm install
-
npm install pm2@latest -g
-
npm install ws
-
npm install redis
-
7z a -mx9 -xr!.git* ../ygopro-server.7z ./*
-
cd ..
test
:
off
artifacts
:
-
path
:
ygopro.exe
name
:
ygopro
-
path
:
ygopro-server.7z
name
:
ygopro-server
name
:
ygopro server mode
deploy
:
release
:
win
description
:
'
Automatic
build
commit
$(APPVEYOR_REPO_COMMIT)
$(APPVEYOR_REPO_COMMIT_TIMESTAMP)'
provider
:
GitHub
force_update
:
true
auth_token
:
secure
:
EQ9miMjfX/QAoBvgc6D+JLmHatLyxOEKZ/uo68QijxWW5Gp4MzB/pOH9+u2GlDVO
on
:
branch
:
server
cache
:
-
premake-5.0.0-alpha12-windows.zip
...
...
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