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
YGOPRO-520DIY
ygopro
Commits
d8e7af68
Commit
d8e7af68
authored
Sep 15, 2016
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
appveyor
mirror irrlicht
parent
8026d9cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
16 deletions
+13
-16
appveyor.yml
appveyor.yml
+13
-16
No files found.
appveyor.yml
View file @
d8e7af68
...
...
@@ -11,24 +11,23 @@ install:
-
git submodule update --init --recursive
# environment and system dependency
-
ps
:
Invoke-WebRequest http://downloads.sourceforge.net/project/premake/Premake/4.4/premake-4.4-beta5-windows.zip -OutFile premake-4.4-beta5-windows.zip
-
7z x premake-4.4-beta5-windows.zip
#- ps: Invoke-WebRequest https://github.com/premake/premake-core/releases/download/v5.0.0-alpha9/premake-5.0.0-alpha9-windows.zip -OutFile premake-5.0.0-alpha9-windows.zip
#- 7z x premake-5.0.0-alpha9-windows.zip
-
ps
:
Invoke-WebRequest http://download.savannah.gnu.org/releases/freetype/freetype-2.5.5.tar.bz2 -OutFile freetype-2.5.5.tar.bz2
-
ps
:
Start-FileDownload https://github.com/premake/premake-core/releases/download/v5.0.0-alpha9/premake-5.0.0-alpha9-windows.zip
-
7z x premake-5.0.0-alpha9-windows.zip
-
ps
:
Start-FileDownload http://download.savannah.gnu.org/releases/freetype/freetype-2.5.5.tar.bz2
-
7z x freetype-2.5.5.tar.bz2 && 7z x freetype-2.5.5.tar
-
move freetype-2.5.5 freetype
-
ps
:
Invoke-WebRequest http://downloads.sourceforge.net/project/irrlicht/Irrlicht%20SDK/1.8/irrlicht-1.8.zip -OutFile irrlicht-1.8.zip
-
7z x irrlicht-1.8.zip
-
move irrlicht-1.8 irrlicht
-
ps
:
Invoke-WebRequest https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz -OutFile libevent-2.0.22-stable.tar.gz
-
ps
:
Start-FileDownload http://sourceforge.mirrorservice.org/i/ir/irrlicht/Irrlicht%20SDK/1.8/1.8.4/irrlicht-1.8.4.zip
-
7z x irrlicht-1.8.4.zip
-
move irrlicht-1.8.4\source\Irrlicht irrlicht
-
move irrlicht-1.8.4\include irrlicht\include
-
ps
:
Start-FileDownload https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz
-
7z x libevent-2.0.22-stable.tar.gz && 7z x libevent-2.0.22-stable.tar
-
move libevent-2.0.22-stable event
-
xcopy /E event\WIN32-Code event\include
-
ps
:
Invoke-WebRequest https://www.lua.org/ftp/lua-5.2.4.tar.gz -OutFile
lua-5.2.4.tar.gz
-
ps
:
Start-FileDownload https://www.lua.org/ftp/
lua-5.2.4.tar.gz
-
7z x lua-5.2.4.tar.gz && 7z x lua-5.2.4.tar
-
move lua-5.2.4\src lua
-
ps
:
Invoke-WebRequest https://sqlite.org/2016/sqlite-amalgamation-3140100.zip -OutFile
sqlite-amalgamation-3140100.zip
-
ps
:
Start-FileDownload https://sqlite.org/2016/
sqlite-amalgamation-3140100.zip
-
7z x sqlite-amalgamation-3140100.zip
-
move sqlite-amalgamation-3140100 sqlite3
...
...
@@ -40,10 +39,8 @@ install:
-
move sqlite3.premake4.lua sqlite3/premake4.lua
# premake
#- premake5 vs2015
-
premake4 vs2012
-
premake5 vs2015
-
type irrlicht\source\Irrlicht\jpeglib\jmemdos.c
# check files, for debug
#- tree /F
...
...
@@ -55,7 +52,7 @@ build:
project
:
build/ygo.sln
parallel
:
true
after_build
:
-
ps
:
Invoke-WebRequest https://mycard.moe/ygopro/cards.cdb -OutFile
cards.cdb
-
ps
:
Start-FileDownload https://mycard.moe/ygopro/
cards.cdb
-
dir
artifacts
:
-
path
:
ygopro-images
...
...
@@ -73,4 +70,4 @@ deploy:
branch
:
master
# release from master branch only
#appveyor_repo_tag: true # deploy on tag push only
#build: off
#build: off
\ No newline at end of file
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