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
58cb4744
Commit
58cb4744
authored
Jun 29, 2017
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update appveyor
parent
3f327a72
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
3 deletions
+11
-3
.gitignore
.gitignore
+1
-0
appveyor.yml
appveyor.yml
+8
-1
ocgcore
ocgcore
+1
-1
script
script
+1
-1
No files found.
.gitignore
View file @
58cb4744
...
@@ -9,4 +9,5 @@
...
@@ -9,4 +9,5 @@
/lua/
/lua/
/obj/
/obj/
/sqlite3/
/sqlite3/
/irrklang/
premake5.exe
premake5.exe
appveyor.yml
View file @
58cb4744
...
@@ -34,6 +34,10 @@ install:
...
@@ -34,6 +34,10 @@ install:
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://www.sqlite.org/2017/sqlite-amalgamation-3170000.zip ; exit 0"
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://www.sqlite.org/2017/sqlite-amalgamation-3170000.zip ; exit 0"
-
7z x sqlite-amalgamation-3170000.zip
-
7z x sqlite-amalgamation-3170000.zip
-
move sqlite-amalgamation-3170000 sqlite3
-
move sqlite-amalgamation-3170000 sqlite3
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name http://www.ambiera.at/downloads/irrKlang-32bit-1.5.0.zip ; exit 0"
-
7z x irrKlang-32bit-1.5.0.zip
-
move irrKlang-1.5.0 irrklang
# let premake happy
# let premake happy
-
xcopy /E premake\* .
-
xcopy /E premake\* .
...
@@ -52,13 +56,15 @@ build:
...
@@ -52,13 +56,15 @@ build:
after_build
:
after_build
:
-
mv bin\release\ygopro.exe .
-
mv bin\release\ygopro.exe .
-
mv irrklang\bin\win32-visualStudio\irrKlang.dll .
-
mv irrklang\bin\win32-visualStudio\ikpMP3.dll .
-
mkdir pics
-
mkdir pics
-
mkdir replay
-
mkdir replay
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/mycard/ygopro-database/raw/master/locales/zh-CN/cards.cdb ; exit 0"
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/mycard/ygopro-database/raw/master/locales/zh-CN/cards.cdb ; exit 0"
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/mycard/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/mycard/ygopro-starter-pack/archive/master.zip ; exit 0"
-
7z x ygopro-starter-pack-master.zip
-
7z x ygopro-starter-pack-master.zip
-
xcopy /E ygopro-starter-pack-master\* .
-
xcopy /E ygopro-starter-pack-master\* .
-
7z a ygopro-ver.233.7z ygopro.exe LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck single pics replay -xr!.git*
-
7z a ygopro-ver.233.7z ygopro.exe
irrKlang.dll ikpMP3.dll
LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck single pics replay -xr!.git*
-
git config --global credential.helper store
-
git config --global credential.helper store
-
ps
:
Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n"
-
ps
:
Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n"
...
@@ -90,3 +96,4 @@ cache:
...
@@ -90,3 +96,4 @@ cache:
-
irrlicht-1.8.4.zip
-
irrlicht-1.8.4.zip
-
lua-5.2.4.tar.gz
-
lua-5.2.4.tar.gz
-
sqlite-amalgamation-3170000.zip
-
sqlite-amalgamation-3170000.zip
-
irrKlang-32bit-1.5.0.zip
ocgcore
@
0dcb83ef
Subproject commit
d7c5bec5c2f3cf7e85394cca951f005a841c9076
Subproject commit
0dcb83ef278dff10abf517eed93ff0d693c4a748
script
@
25cb38b1
Subproject commit
d969e565125e25f7e31edc466c4f4a1bf67a2327
Subproject commit
25cb38b11a87f45529be4abcec2bf3bdbff426ff
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