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
ba1d84f5
Commit
ba1d84f5
authored
Oct 17, 2017
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update appveyor.yml
parent
a4c569b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
6 deletions
+33
-6
appveyor.yml
appveyor.yml
+33
-6
No files found.
appveyor.yml
View file @
ba1d84f5
version
:
'
{build}'
version
:
'
{build}'
skip_tags
:
true
skip_tags
:
true
environment
:
access_token
:
secure
:
DOOS4g7CT8ctOgiMr62K56qQ1FO6s2ESpqNZlhf8F4nomemvvwxV/pRj9nbKmtjR
install
:
install
:
-
git submodule update --init --recursive
-
git submodule update --init --recursive
...
@@ -55,13 +51,44 @@ build:
...
@@ -55,13 +51,44 @@ build:
parallel
:
true
parallel
:
true
after_build
:
after_build
:
-
ps
:
move bin\release\ygopro.exe .
-
git checkout master
-
mv -f bin/release/ygopro.exe .
-
mv -f irrklang\bin\win32-visualStudio\irrKlang.dll .
-
mv -f irrklang\bin\win32-visualStudio\ikpMP3.dll .
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/Fluorohydride/ygopro-scripts/archive/master.zip ; exit 0"
-
7z x ygopro-scripts-master.zip
-
mv -f ygopro-scripts-master script
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/HuangYuNan/ygopro222-images/archive/master.zip ; exit 0"
-
7z x ygopro222-images-master.zip
-
mv -f ygopro222-images-master pics
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/moecube/ygopro-images-field/archive/master.zip ; exit 0"
-
7z x ygopro-images-field-master.zip
-
cp -rf ygopro-images-field-master/field pics
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/moecube/ygopro-starter-pack/archive/master.zip ; exit 0"
-
7z x ygopro-starter-pack-master.zip
-
cp -rf ygopro-starter-pack-master/* .
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/purerosefallen/ygopro-222DIY/archive/data.zip ; exit 0"
-
7z x ygopro-222DIY-data.zip
-
cp -rf ygopro-222DIY-data/sound .
-
rm -rf sound/custom sound/BGM/custom
-
rm -rf pics/thumbnail pics/*.db
-
mkdir replay
-
7z a YGOPro-by-Koishi.7z ygopro.exe LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck single pics replay sound irrKlang.dll ikpMP3.dll
test
:
off
test
:
off
artifacts
:
artifacts
:
-
path
:
ygopro.exe
-
path
:
ygopro.exe
name
:
ygopro temp build
name
:
ygopro client
-
path
:
YGOPro-by-Koishi.7z
-
name
:
ygopro full repack
cache
:
cache
:
-
premake-5.0.0-alpha12-windows.zip
-
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