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
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
Commits
46af173d
Commit
46af173d
authored
Apr 01, 2017
by
HJISTC
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename mycard->moecube
parent
46d0da02
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
+9
-9
.gitmodules
.gitmodules
+2
-2
.travis.yml
.travis.yml
+3
-3
README.md
README.md
+1
-1
appveyor.yml
appveyor.yml
+3
-3
No files found.
.gitmodules
View file @
46af173d
[submodule "ocgcore"]
path = ocgcore
url = https://github.com/m
ycard
/ygopro-core
url = https://github.com/m
oecube
/ygopro-core
[submodule "script"]
path = script
url = https://github.com/m
ycard
/ygopro-scripts
url = https://github.com/m
oecube
/ygopro-scripts
.travis.yml
View file @
46af173d
...
...
@@ -56,13 +56,13 @@ script:
codesign --deep --keychain build.keychain --sign "$(security find-identity -v -p codesigning build.keychain | head -1 | grep -o '".*"' | tr -d '"')" ygopro.app;
fi
before_deploy
:
-
curl --location --retry 5 'https://github.com/m
ycard
/ygopro-database/archive/master.tar.gz' | tar --strip-components=1 -zxf - ygopro-database-master/locales
-
curl --location --retry 5 'https://github.com/m
oecube
/ygopro-database/archive/master.tar.gz' | tar --strip-components=1 -zxf - ygopro-database-master/locales
-
cp locales/${locale}/* .
-
mkdir replay
-
mkdir pics
-
curl --location --retry 5 --output "ygopro-images-${locale}.zip" https://github.com/m
ycard
/ygopro-images/releases/download/latest/ygopro-images-${locale}.zip
-
curl --location --retry 5 --output "ygopro-images-${locale}.zip" https://github.com/m
oecube
/ygopro-images/releases/download/latest/ygopro-images-${locale}.zip
-
unzip -q -d pics ygopro-images-${locale}.zip
-
curl --location --retry 5 --output 'ygopro-starter-pack-master.zip' https://github.com/m
ycard
/ygopro-starter-pack/archive/master.zip
-
curl --location --retry 5 --output 'ygopro-starter-pack-master.zip' https://github.com/m
oecube
/ygopro-starter-pack/archive/master.zip
-
unzip -q ygopro-starter-pack-master.zip
-
mv ygopro-starter-pack-master/* .
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then tar -zcf ygopro-$TRAVIS_TAG-$TRAVIS_OS_NAME-${locale}.tar.gz --format=posix --exclude='.git*' ygopro.app LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck single pics replay; fi
...
...
README.md
View file @
46af173d
# ygopro
[
![Build Status
](
https://travis-ci.org/m
ycard/ygopro.svg?branch=master
)
](https://travis-ci.org/mycard
/ygopro)
[
![Build status
](
https://ci.appveyor.com/api/projects/status/qgkqi6o0wq7qn922?svg=true
)
](https://ci.appveyor.com/project/zh99998/ygopro)
[
![Build Status
](
https://travis-ci.org/m
oecube/ygopro.svg?branch=master
)
](https://travis-ci.org/moecube
/ygopro)
[
![Build status
](
https://ci.appveyor.com/api/projects/status/qgkqi6o0wq7qn922?svg=true
)
](https://ci.appveyor.com/project/zh99998/ygopro)
A script engine for "yu-gi-oh!" and sample gui
...
...
appveyor.yml
View file @
46af173d
...
...
@@ -57,13 +57,13 @@ build:
after_build
:
-
mv bin\release\ygopro.exe .
-
curl --location --retry 5 'https://github.com/m
ycard
/ygopro-database/archive/master.tar.gz' | tar --strip-components=1 -zxf - ygopro-database-master/locales
-
curl --location --retry 5 'https://github.com/m
oecube
/ygopro-database/archive/master.tar.gz' | tar --strip-components=1 -zxf - ygopro-database-master/locales
-
cp locales/%locale%/* .
-
mkdir replay
-
mkdir pics
-
curl --location --retry 5 --output 'ygopro-images-%locale%.zip' https://github.com/m
ycard
/ygopro-images/releases/download/latest/ygopro-images-%locale%.zip
-
curl --location --retry 5 --output 'ygopro-images-%locale%.zip' https://github.com/m
oecube
/ygopro-images/releases/download/latest/ygopro-images-%locale%.zip
-
unzip -q -d pics ygopro-images-%locale%.zip
-
curl --location --retry 5 --output 'ygopro-starter-pack-master.zip' https://github.com/m
ycard
/ygopro-starter-pack/archive/master.zip
-
curl --location --retry 5 --output 'ygopro-starter-pack-master.zip' https://github.com/m
oecube
/ygopro-starter-pack/archive/master.zip
-
unzip -q ygopro-starter-pack-master.zip
-
mv ygopro-starter-pack-master/* .
-
tar -zcf ygopro-%APPVEYOR_REPO_TAG_NAME%-win32-%locale%.tar.gz --format=posix --exclude='.git*' ygopro.exe LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck single pics replay
...
...
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