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
20ebdda7
Commit
20ebdda7
authored
Apr 06, 2018
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rev info
parent
c81872e9
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
41 additions
and
70 deletions
+41
-70
.travis.yml
.travis.yml
+12
-25
appveyor.yml
appveyor.yml
+23
-39
premake/gframe/ygopro.icns
premake/gframe/ygopro.icns
+0
-0
premake/gframe/ygopro.ico
premake/gframe/ygopro.ico
+0
-0
premake/gframe/ygopro.rc
premake/gframe/ygopro.rc
+6
-6
No files found.
.travis.yml
View file @
20ebdda7
...
...
@@ -19,6 +19,7 @@ addons:
env
:
-
USE_IRRKLANG=1
before_install
:
-
git submodule update --init --recursive
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update > /dev/null;
brew install freetype libevent sqlite dylibbundler > /dev/null;
...
...
@@ -95,51 +96,37 @@ before_deploy:
zip -q -r ygopro-koishi-$TRAVIS_OS_NAME.zip ygopro.app;
fi
-
curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/Smile-DK/ygopro-scripts/archive/master.zip
-
unzip -q ygopro-scripts-master.zip
-
mv -f ygopro-scripts-master script
-
rm -rf ygopro-scripts-master.zip
-
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/Fluorohydride/ygopro-scripts/archive/master.zip;
unzip -q ygopro-scripts-master.zip;
cp -rf ygopro-scripts-master/* script;
fi
-
curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/HuangYuNan/ygopro222-images/archive/master.zip
-
unzip -q ygopro222-images-master.zip
-
mv -f ygopro222-images-master pics
-
curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/moecube/ygopro-starter-pack/archive/master.zip
-
unzip -q ygopro-starter-pack-master.zip
-
cp -rf ygopro-starter-pack-master/* .
-
curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/purerosefallen/ygopro-222DIY-data/archive/master.zip
-
rm -rf sound
-
unzip -q ygopro-222DIY-data-master.zip
-
mv -f ygopro-222DIY-data-master/deck .
-
mv -f ygopro-222DIY-data-master/expansions .
-
mv -f ygopro-222DIY-data-master/sound .
-
curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/moecube/ygopro-starter-pack/archive/master.zip
-
unzip -q ygopro-starter-pack-master.zip
-
cp -rf ygopro-starter-pack-master/* .
-
rm -rf sound/custom sound/BGM/custom
-
rm -rf pics/thumbnail pics/*.db
-
mkdir replay
-
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
zip -q -r ygopro-
222DIY-$TRAVIS_OS_NAME-full.zip ygopro libirrKlang.so LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck single pics replay expansions
;
zip -q -r ygopro-
222DIY-$TRAVIS_OS_NAME-full-with-sound.zip ygopro libirrKlang.so LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck single pics replay sound expansions
;
zip -q -r ygopro-
koishi-$TRAVIS_OS_NAME-full.zip ygopro libirrKlang.so LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck single pics replay
;
zip -q -r ygopro-
koishi-$TRAVIS_OS_NAME-full-with-sound.zip ygopro libirrKlang.so LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck single pics replay sound
;
fi
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
zip -q -r ygopro-
222DIY-$TRAVIS_OS_NAME-full.zip ygopro.app LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck single pics replay expansions
;
zip -q -r ygopro-
222DIY-$TRAVIS_OS_NAME-full-with-sound.zip ygopro.app LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck single pics replay sound expansions
;
zip -q -r ygopro-
koishi-$TRAVIS_OS_NAME-full.zip ygopro.app LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck single pics replay
;
zip -q -r ygopro-
koishi-$TRAVIS_OS_NAME-full-with-sound.zip ygopro.app LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck single pics replay sound
;
fi
deploy
:
provider
:
releases
file
:
-
ygopro-koishi-$TRAVIS_OS_NAME.zip
-
ygopro-
222DIY
-$TRAVIS_OS_NAME-full.zip
-
ygopro-
222DIY
-$TRAVIS_OS_NAME-full-with-sound.zip
-
ygopro-
koishi
-$TRAVIS_OS_NAME-full.zip
-
ygopro-
koishi
-$TRAVIS_OS_NAME-full-with-sound.zip
skip_cleanup
:
true
overwrite
:
true
on
:
...
...
appveyor.yml
View file @
20ebdda7
...
...
@@ -6,6 +6,8 @@ environment:
secure
:
EQ9miMjfX/QAoBvgc6D+JLmHatLyxOEKZ/uo68QijxWW5Gp4MzB/pOH9+u2GlDVO
install
:
-
git submodule update --init --recursive
# environment and system dependency
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/premake/premake-core/releases/download/v5.0.0-alpha12/premake-5.0.0-alpha12-windows.zip ; exit 0"
-
7z x premake-5.0.0-alpha12-windows.zip
...
...
@@ -52,27 +54,7 @@ build:
parallel
:
true
after_build
:
-
mv -f bin/release/ygopro.exe ygopro_222.exe
-
git config --global user.name "Smile-DK"
-
git config --global user.email "2236141431@qq.com"
-
rm -rf sound
-
git clone --depth=1 https://github.com/purerosefallen/ygopro-222DIY-data
-
cd ygopro-222DIY-data
# - cp -rf ../ygopro_222.exe .
# - git add . -A
# - git commit -m "Builded by Appveyor"
# - git push https://%AUTH_TOKEN%@github.com/purerosefallen/ygopro-222DIY-data master
-
mv -f deck ..
-
mv -f expansions ..
-
mv -f sound ..
-
mv -f update ..
-
cd ..
-
mv -f bin/release/ygopro.exe .
-
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
...
...
@@ -84,10 +66,6 @@ after_build:
-
mv -f BotWrapper/bin/Release/Bot.conf ./..
-
cd ..
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/Smile-DK/ygopro-scripts/archive/master.zip ; exit 0"
-
7z x -y 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
...
...
@@ -96,26 +74,24 @@ after_build:
-
7z x update-koishipro-master.zip
-
mv -f update-koishipro-master update-koishipro
-
rm -rf pics/thumbnail pics/*.db expansions/pics/thumbnail expansions/pics/*.db
-
mkdir replay
-
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/* .
-
7z a -mx9 -xr!.git* ygopro-222DIY-full.7z ygopro_222.exe lflist.conf expansions update update-koishipro LICENSE README.md strings.conf system.conf cards.cdb script textures deck single pics replay WindBot Bot.exe bot.conf
-
cp -rf ygopro-222DIY-full.7z ygopro-222DIY-full-with-sound.7z
-
7z a -mx9 -xr!.git* ygopro-222DIY-full-with-sound.7z sound
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/purerosefallen/ygopro-222DIY-data/archive/master.zip ; exit 0"
-
7z x -y ygopro-222DIY-data-master.zip
-
rm -rf sound
-
mv -f ygopro-222DIY-data-master/sound .
-
rm -rf sound/custom sound/BGM/custom
test
:
off
-
rm -rf pics/thumbnail pics/*.db
-
mkdir replay
artifacts
:
-
path
:
ygopro_222.exe
name
:
ygopro client for
222
-
path
:
ygopro-222DIY-full.7z
name
:
ygopro-222DIY-full
-
path
:
ygopro-222DIY-full-with-sound.7z
name
:
ygopro-222DIY-full-with-sound
-
7z a -mx9 -xr!.git* YGOPro-by-Koishi.7z ygopro.exe LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck single pics update-koishipro replay WindBot Bot.exe bot.conf
-
cp -rf YGOPro-by-Koishi.7z YGOPro-by-Koishi-with-sound.7z
-
7z a -mx9 -xr!.git* YGOPro-by-Koishi-with-sound.7z sound
test
:
off
deploy
:
description
:
'
Automatic
build
commit
$(APPVEYOR_REPO_COMMIT)
$(APPVEYOR_REPO_COMMIT_TIMESTAMP)'
...
...
@@ -125,6 +101,14 @@ deploy:
on
:
appveyor_repo_tag
:
true
artifacts
:
-
path
:
ygopro.exe
name
:
ygopro client
-
path
:
YGOPro-by-Koishi.7z
name
:
ygopro full repack
-
path
:
YGOPro-by-Koishi-with-sound.7z
name
:
ygopro full repack with sound
cache
:
-
premake-5.0.0-alpha12-windows.zip
-
libevent-2.0.22-stable.tar.gz
...
...
premake/gframe/ygopro.icns
View file @
20ebdda7
No preview for this file type
premake/gframe/ygopro.ico
View replaced file @
c81872e9
View file @
20ebdda7
32.2 KB
|
W:
|
H:
159 KB
|
W:
|
H:
2-up
Swipe
Onion skin
premake/gframe/ygopro.rc
View file @
20ebdda7
...
...
@@ -11,13 +11,13 @@ BLOCK "StringFileInfo"
BEGIN
BLOCK "080404b0"
BEGIN
VALUE "FileDescription", "
YGOPro by Koishi
"
VALUE "InternalName", "
YGO
Pro"
VALUE "LegalCopyright", "Copyright (C) 201
7 Fluorohydride
"
VALUE "FileDescription", "
KoishiPro
"
VALUE "InternalName", "
Koishi
Pro"
VALUE "LegalCopyright", "Copyright (C) 201
8 Nanahira
"
VALUE "OriginalFilename", "ygopro.exe"
VALUE "ProductName", "
YGO
Pro"
VALUE "FileVersion", "1.034.
2
.Koishi"
VALUE "ProductVersion", "1.034.
2
.Koishi"
VALUE "ProductName", "
Koishi
Pro"
VALUE "FileVersion", "1.034.
3
.Koishi"
VALUE "ProductVersion", "1.034.
3
.Koishi"
END
END
BLOCK "VarFileInfo"
...
...
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