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
257d8be0
Commit
257d8be0
authored
Sep 12, 2016
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
appveyor
parent
558390fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
4 deletions
+15
-4
appveyor.yml
appveyor.yml
+15
-4
No files found.
appveyor.yml
View file @
257d8be0
...
...
@@ -11,12 +11,23 @@ install:
-
git submodule update --init --recursive
# environment and system dependency
-
ps
:
Start-FileDownload https://github.com/premake/premake-core/releases/download/v5.0.0-alpha9/premake-5.0.0-alpha9-windows.zip premake.zip
-
7z x premake.zip
-
ps
:
Start-FileDownload http://download.savannah.gnu.org/releases/freetype/freetype-2.7.tar.gz freetype.tar.gz
-
7z x freetype.tar.gz
-
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.7.tar.gz
-
7z x freetype-2.7.tar.gz && 7z x freetype-2.7.tar
-
ps
:
Start-FileDownload http://downloads.sourceforge.net/project/irrlicht/Irrlicht%20SDK/1.8/1.8.4/irrlicht-1.8.4.zip
-
7z x irrlicht-1.8.4.zip
-
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
-
ps
:
Start-FileDownload https://www.lua.org/ftp/lua-5.3.3.tar.gz
-
7z x lua-5.3.3.tar.gz && 7z x lua-5.3.3.tar
-
ps
:
Start-FileDownload https://sqlite.org/2016/sqlite-amalgamation-3140100.zip
-
7z x sqlite-amalgamation-3140100.zip
-
dir
after_build
:
-
ps
:
Start-FileDownload https://mycard.moe/ygopro/cards.cdb
-
dir
artifacts
:
-
path
:
ygopro-images
name
:
ygopro-images-zh-CN
...
...
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