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
REIKAI
ygopro
Commits
ea203d38
Commit
ea203d38
authored
Apr 09, 2018
by
nanahira
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into another
parents
a6064365
e6b3e855
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
16 deletions
+16
-16
.travis.yml
.travis.yml
+9
-9
appveyor.yml
appveyor.yml
+5
-5
ocgcore
ocgcore
+1
-1
script
script
+1
-1
No files found.
.travis.yml
View file @
ea203d38
...
@@ -81,10 +81,10 @@ script:
...
@@ -81,10 +81,10 @@ script:
before_deploy
:
before_deploy
:
-
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
-
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
zip -q -r
ygopro-koishi
-$TRAVIS_OS_NAME.zip ygopro libirrKlang.so;
zip -q -r
KoishiPro
-$TRAVIS_OS_NAME.zip ygopro libirrKlang.so;
fi
fi
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
zip -q -r
ygopro-koishi
-$TRAVIS_OS_NAME.zip ygopro.app;
zip -q -r
KoishiPro
-$TRAVIS_OS_NAME.zip ygopro.app;
fi
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
...
@@ -104,20 +104,20 @@ before_deploy:
...
@@ -104,20 +104,20 @@ before_deploy:
-
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-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
KoishiPro
-$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;
zip -q -r
KoishiPro
-$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-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
KoishiPro
-$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;
zip -q -r
KoishiPro
-$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
-
KoishiPro
-$TRAVIS_OS_NAME.zip
-
ygopro-koishi
-$TRAVIS_OS_NAME-full.zip
-
KoishiPro
-$TRAVIS_OS_NAME-full.zip
-
ygopro-koishi
-$TRAVIS_OS_NAME-full-with-sound.zip
-
KoishiPro
-$TRAVIS_OS_NAME-full-with-sound.zip
skip_cleanup
:
true
skip_cleanup
:
true
overwrite
:
true
overwrite
:
true
on
:
on
:
...
...
appveyor.yml
View file @
ea203d38
...
@@ -87,9 +87,9 @@ after_build:
...
@@ -87,9 +87,9 @@ after_build:
-
rm -rf pics/thumbnail pics/*.db
-
rm -rf pics/thumbnail pics/*.db
-
mkdir replay
-
mkdir replay
-
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
-
7z a -mx9 -xr!.git*
KoishiPro
.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
-
cp -rf
KoishiPro.7z KoishiPro
-with-sound.7z
-
7z a -mx9 -xr!.git*
YGOPro-by-Koishi
-with-sound.7z sound
-
7z a -mx9 -xr!.git*
KoishiPro
-with-sound.7z sound
test
:
off
test
:
off
...
@@ -104,9 +104,9 @@ deploy:
...
@@ -104,9 +104,9 @@ deploy:
artifacts
:
artifacts
:
-
path
:
ygopro.exe
-
path
:
ygopro.exe
name
:
ygopro client
name
:
ygopro client
-
path
:
YGOPro-by-Koishi
.7z
-
path
:
KoishiPro
.7z
name
:
ygopro full repack
name
:
ygopro full repack
-
path
:
YGOPro-by-Koishi
-with-sound.7z
-
path
:
KoishiPro
-with-sound.7z
name
:
ygopro full repack with sound
name
:
ygopro full repack with sound
cache
:
cache
:
...
...
ocgcore
@
6cdd6679
Subproject commit
c544bb506d96e83a5a7274c244a5cd90f5c1edba
Subproject commit
6cdd6679bffa27f95441098f608821e1d01adf88
script
@
b6d35b7d
Subproject commit
4fdae89b75a8762d72feaa2ad5e9ab36d55c6004
Subproject commit
b6d35b7de601e0bf6522d474f28b9069b6da3e71
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