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
wyykak
ygopro
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
Hide 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:
...
@@ -19,6 +19,7 @@ addons:
env
:
env
:
-
USE_IRRKLANG=1
-
USE_IRRKLANG=1
before_install
:
before_install
:
-
git submodule update --init --recursive
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update > /dev/null;
brew update > /dev/null;
brew install freetype libevent sqlite dylibbundler > /dev/null;
brew install freetype libevent sqlite dylibbundler > /dev/null;
...
@@ -95,51 +96,37 @@ before_deploy:
...
@@ -95,51 +96,37 @@ before_deploy:
zip -q -r ygopro-koishi-$TRAVIS_OS_NAME.zip ygopro.app;
zip -q -r ygopro-koishi-$TRAVIS_OS_NAME.zip ygopro.app;
fi
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
-
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
-
unzip -q ygopro222-images-master.zip
-
mv -f ygopro222-images-master pics
-
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
-
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
-
rm -rf sound
-
unzip -q ygopro-222DIY-data-master.zip
-
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 .
-
mv -f ygopro-222DIY-data-master/sound .
-
rm -rf sound/custom sound/BGM/custom
-
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 pics/thumbnail pics/*.db
-
rm -rf pics/thumbnail pics/*.db
-
mkdir replay
-
mkdir replay
-
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
-
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-
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-
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-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
fi
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
-
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-
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-
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-with-sound.zip ygopro.app LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck single pics replay sound
;
fi
fi
deploy
:
deploy
:
provider
:
releases
provider
:
releases
file
:
file
:
-
ygopro-koishi-$TRAVIS_OS_NAME.zip
-
ygopro-koishi-$TRAVIS_OS_NAME.zip
-
ygopro-
222DIY
-$TRAVIS_OS_NAME-full.zip
-
ygopro-
koishi
-$TRAVIS_OS_NAME-full.zip
-
ygopro-
222DIY
-$TRAVIS_OS_NAME-full-with-sound.zip
-
ygopro-
koishi
-$TRAVIS_OS_NAME-full-with-sound.zip
skip_cleanup
:
true
skip_cleanup
:
true
overwrite
:
true
overwrite
:
true
on
:
on
:
...
...
appveyor.yml
View file @
20ebdda7
...
@@ -6,6 +6,8 @@ environment:
...
@@ -6,6 +6,8 @@ environment:
secure
:
EQ9miMjfX/QAoBvgc6D+JLmHatLyxOEKZ/uo68QijxWW5Gp4MzB/pOH9+u2GlDVO
secure
:
EQ9miMjfX/QAoBvgc6D+JLmHatLyxOEKZ/uo68QijxWW5Gp4MzB/pOH9+u2GlDVO
install
:
install
:
-
git submodule update --init --recursive
# environment and system dependency
# 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"
-
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
-
7z x premake-5.0.0-alpha12-windows.zip
...
@@ -52,27 +54,7 @@ build:
...
@@ -52,27 +54,7 @@ build:
parallel
:
true
parallel
:
true
after_build
:
after_build
:
-
mv -f bin/release/ygopro.exe ygopro_222.exe
-
mv -f bin/release/ygopro.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 ..
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/purerosefallen/windbot/archive/master.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
-
7z x windbot-master.zip
...
@@ -83,10 +65,6 @@ after_build:
...
@@ -83,10 +65,6 @@ after_build:
-
mv -f BotWrapper/bin/Release/Bot.exe ./..
-
mv -f BotWrapper/bin/Release/Bot.exe ./..
-
mv -f BotWrapper/bin/Release/Bot.conf ./..
-
mv -f BotWrapper/bin/Release/Bot.conf ./..
-
cd ..
-
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"
-
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
-
7z x ygopro222-images-master.zip
...
@@ -96,26 +74,24 @@ after_build:
...
@@ -96,26 +74,24 @@ after_build:
-
7z x update-koishipro-master.zip
-
7z x update-koishipro-master.zip
-
mv -f update-koishipro-master update-koishipro
-
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"
-
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
-
7z x ygopro-starter-pack-master.zip
-
cp -rf ygopro-starter-pack-master/* .
-
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
-
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"
-
cp -rf ygopro-222DIY-full.7z ygopro-222DIY-full-with-sound.7z
-
7z x -y ygopro-222DIY-data-master.zip
-
7z a -mx9 -xr!.git* ygopro-222DIY-full-with-sound.7z sound
-
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
:
-
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
-
path
:
ygopro_222.exe
-
cp -rf YGOPro-by-Koishi.7z YGOPro-by-Koishi-with-sound.7z
name
:
ygopro client for
222
-
7z a -mx9 -xr!.git* YGOPro-by-Koishi-with-sound.7z sound
-
path
:
ygopro-222DIY-full.7z
name
:
ygopro-222DIY-full
test
:
off
-
path
:
ygopro-222DIY-full-with-sound.7z
name
:
ygopro-222DIY-full-with-sound
deploy
:
deploy
:
description
:
'
Automatic
build
commit
$(APPVEYOR_REPO_COMMIT)
$(APPVEYOR_REPO_COMMIT_TIMESTAMP)'
description
:
'
Automatic
build
commit
$(APPVEYOR_REPO_COMMIT)
$(APPVEYOR_REPO_COMMIT_TIMESTAMP)'
...
@@ -125,6 +101,14 @@ deploy:
...
@@ -125,6 +101,14 @@ deploy:
on
:
on
:
appveyor_repo_tag
:
true
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
:
cache
:
-
premake-5.0.0-alpha12-windows.zip
-
premake-5.0.0-alpha12-windows.zip
-
libevent-2.0.22-stable.tar.gz
-
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"
...
@@ -11,13 +11,13 @@ BLOCK "StringFileInfo"
BEGIN
BEGIN
BLOCK "080404b0"
BLOCK "080404b0"
BEGIN
BEGIN
VALUE "FileDescription", "
YGOPro by Koishi
"
VALUE "FileDescription", "
KoishiPro
"
VALUE "InternalName", "
YGO
Pro"
VALUE "InternalName", "
Koishi
Pro"
VALUE "LegalCopyright", "Copyright (C) 201
7 Fluorohydride
"
VALUE "LegalCopyright", "Copyright (C) 201
8 Nanahira
"
VALUE "OriginalFilename", "ygopro.exe"
VALUE "OriginalFilename", "ygopro.exe"
VALUE "ProductName", "
YGO
Pro"
VALUE "ProductName", "
Koishi
Pro"
VALUE "FileVersion", "1.034.
2
.Koishi"
VALUE "FileVersion", "1.034.
3
.Koishi"
VALUE "ProductVersion", "1.034.
2
.Koishi"
VALUE "ProductVersion", "1.034.
3
.Koishi"
END
END
END
END
BLOCK "VarFileInfo"
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