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
09e9abd9
Commit
09e9abd9
authored
Jun 27, 2018
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add windbot on mac
parent
b5da08d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
20 deletions
+19
-20
.travis.yml
.travis.yml
+10
-4
appveyor.yml
appveyor.yml
+9
-16
No files found.
.travis.yml
View file @
09e9abd9
...
...
@@ -89,28 +89,34 @@ before_deploy:
fi
-
curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/HuangYuNan/ygopro222-images/archive/master.zip
-
7z x ygopro222-images-master.zip > /dev/null
-
7z x
-y
ygopro222-images-master.zip > /dev/null
-
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
-
7z x ygopro-starter-pack-master.zip > /dev/null
-
7z x
-y
ygopro-starter-pack-master.zip > /dev/null
-
cp -rf ygopro-starter-pack-master/* .
-
rm -rf pics/thumbnail pics/*.db
-
git clone --depth=1 https://$NANAHIRA@github.com/purerosefallen/fonts
-
curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/purerosefallen/windbot/releases/download/latest/WindBot.7z
-
7z x -y WindBot.7z > /dev/null
-
mv -f WindBot windbot
-
curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/purerosefallen/windbot/raw/master/BotWrapper/BotWrapper.sh
-
mv -f BotWrapper.sh bot.sh
-
cd sound
-
bash -c "grep -P '\w+\.wav' files.txt | xargs -I {} curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/purerosefallen/ygopro-222DIY-data/raw/master/sound/{} ; exit 0"
-
cd ..
-
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sed -i "s/c:\/windows/./g" ./system.conf;
7z a -mx9 -xr!.git* KoishiPro-$TRAVIS_OS_NAME-full-$TRAVIS_TAG.zip ygopro libIrrKlang.so LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures fonts skin deck single pics sound;
7z a -mx9 -xr!.git* KoishiPro-$TRAVIS_OS_NAME-full-$TRAVIS_TAG.zip ygopro libIrrKlang.so LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures fonts skin deck single pics sound
windbot bot.conf bot.sh > /dev/null
;
fi
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
sed -i "" "s/c:\/windows/./g" ./system.conf;
7z a -mx9 -xr!.git* KoishiPro-$TRAVIS_OS_NAME-full-$TRAVIS_TAG.zip ygopro.app LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures fonts skin deck single pics sound;
7z a -mx9 -xr!.git* KoishiPro-$TRAVIS_OS_NAME-full-$TRAVIS_TAG.zip ygopro.app LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures fonts skin deck single pics sound
windbot bot.conf bot.sh > /dev/null
;
fi
deploy
:
...
...
appveyor.yml
View file @
09e9abd9
...
...
@@ -10,7 +10,7 @@ install:
# 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
-
7z x
-y
premake-5.0.0-alpha12-windows.zip
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz ; exit 0"
-
tar xf libevent-2.0.22-stable.tar.gz
...
...
@@ -22,7 +22,7 @@ install:
-
move freetype-2.8.1 freetype
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name http://downloads.sourceforge.net/irrlicht/irrlicht-1.8.4.zip ; exit 0"
-
7z x irrlicht-1.8.4.zip
-
7z x
-y
irrlicht-1.8.4.zip
-
md irrlicht
-
move irrlicht-1.8.4\source\Irrlicht irrlicht\src
-
move irrlicht-1.8.4\include irrlicht\include
...
...
@@ -32,7 +32,7 @@ install:
-
move lua-5.3.4\src lua
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://www.sqlite.org/2017/sqlite-amalgamation-3210000.zip ; exit 0"
-
7z x sqlite-amalgamation-3210000.zip
-
7z x
-y
sqlite-amalgamation-3210000.zip
-
move sqlite-amalgamation-3210000 sqlite3
-
git clone --depth=1 https://%access_token%@github.com/purerosefallen/irrklang
...
...
@@ -56,26 +56,19 @@ build:
after_build
:
-
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
-
cd windbot-master
-
msbuild /property:Configuration=Release /property:Platform=x86
-
rm -rf bin/Release/WindBot.exe.config
-
mv -f bin/Release ../WindBot
-
mv -f BotWrapper/bin/Release/Bot.exe ./..
-
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/purerosefallen/windbot/releases/download/latest/WindBot.7z ; exit 0"
-
7z x -y WindBot.7z
-
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
-y
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/purerosefallen/update-koishipro/archive/master.zip ; exit 0"
-
7z x update-koishipro-master.zip
-
7z x
-y
update-koishipro-master.zip
-
mv -f update-koishipro-master update-koishipro
-
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
-y
ygopro-starter-pack-master.zip
-
cp -rf ygopro-starter-pack-master/* .
-
cd sound
...
...
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