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
f20a1a4e
Commit
f20a1a4e
authored
Sep 12, 2016
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
appveyor
parent
9e170666
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
appveyor.yml
appveyor.yml
+7
-3
No files found.
appveyor.yml
View file @
f20a1a4e
...
@@ -13,9 +13,9 @@ install:
...
@@ -13,9 +13,9 @@ install:
# environment and system dependency
# 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
-
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
-
7z x premake-5.0.0-alpha9-windows.zip
-
ps
:
Start-FileDownload http://download.savannah.gnu.org/releases/freetype/freetype-2.
7.tar.gz
-
ps
:
Start-FileDownload http://download.savannah.gnu.org/releases/freetype/freetype-2.
5.5.tar.bz2
-
7z x freetype-2.
7.tar.gz && 7z x freetype-2.7
.tar
-
7z x freetype-2.
5.5.tar.gz && 7z x freetype-2.5.5
.tar
-
move freetype-2.
7
freetype
-
move freetype-2.
5.5
freetype
-
ps
:
Start-FileDownload http://downloads.sourceforge.net/project/irrlicht/Irrlicht%20SDK/1.8/1.8.4/irrlicht-1.8.4.zip
-
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
-
7z x irrlicht-1.8.4.zip
-
move irrlicht-1.8.4 irrlicht
-
move irrlicht-1.8.4 irrlicht
...
@@ -42,6 +42,10 @@ install:
...
@@ -42,6 +42,10 @@ install:
# premake
# premake
-
premake5 vs2015
-
premake5 vs2015
-
dir
-
dir
platform
:
-
x86
-
x64
configuration
:
Release
build
:
build
:
project
:
build/ygo.sln
project
:
build/ygo.sln
parallel
:
true
parallel
:
true
...
...
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