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
59e6d1da
Commit
59e6d1da
authored
Sep 06, 2017
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
759f909d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
appveyor.yml
appveyor.yml
+3
-3
premake5.lua
premake5.lua
+4
-3
No files found.
appveyor.yml
View file @
59e6d1da
...
@@ -9,8 +9,8 @@ install:
...
@@ -9,8 +9,8 @@ install:
-
git submodule update --init --recursive
-
git submodule update --init --recursive
# environment and system dependency
# 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-alpha1
1/premake-5.0.0-alpha11
-windows.zip ; exit 0"
-
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-alpha1
2/premake-5.0.0-alpha12
-windows.zip ; exit 0"
-
7z x premake-5.0.0-alpha1
1
-windows.zip
-
7z x premake-5.0.0-alpha1
2
-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"
-
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
-
tar xf libevent-2.0.22-stable.tar.gz
...
@@ -90,7 +90,7 @@ deploy:
...
@@ -90,7 +90,7 @@ deploy:
branch
:
master
branch
:
master
cache
:
cache
:
-
premake-5.0.0-alpha1
1
-windows.zip
-
premake-5.0.0-alpha1
2
-windows.zip
-
libevent-2.0.22-stable.tar.gz
-
libevent-2.0.22-stable.tar.gz
-
freetype-2.8.tar.bz2
-
freetype-2.8.tar.bz2
-
irrlicht-1.8.4.zip
-
irrlicht-1.8.4.zip
...
...
premake5.lua
View file @
59e6d1da
...
@@ -7,6 +7,7 @@ solution "ygo"
...
@@ -7,6 +7,7 @@ solution "ygo"
configuration
"windows"
configuration
"windows"
defines
{
"WIN32"
,
"_WIN32"
,
"WINVER=0x0501"
}
defines
{
"WIN32"
,
"_WIN32"
,
"WINVER=0x0501"
}
entrypoint
"mainCRTStartup"
configuration
"bsd"
configuration
"bsd"
defines
{
"LUA_USE_POSIX"
}
defines
{
"LUA_USE_POSIX"
}
...
@@ -24,7 +25,7 @@ solution "ygo"
...
@@ -24,7 +25,7 @@ solution "ygo"
defines
{
"LUA_USE_LINUX"
}
defines
{
"LUA_USE_LINUX"
}
configuration
"Release"
configuration
"Release"
flags
{
"OptimizeSpeed"
}
optimize
"Speed"
targetdir
"bin/release"
targetdir
"bin/release"
configuration
"Debug"
configuration
"Debug"
...
@@ -45,7 +46,7 @@ solution "ygo"
...
@@ -45,7 +46,7 @@ solution "ygo"
defines
{
"_ITERATOR_DEBUG_LEVEL=0"
}
defines
{
"_ITERATOR_DEBUG_LEVEL=0"
}
configuration
"vs*"
configuration
"vs*"
flags
"Enable
SSE2"
vectorextensions
"
SSE2"
defines
{
"_CRT_SECURE_NO_WARNINGS"
}
defines
{
"_CRT_SECURE_NO_WARNINGS"
}
configuration
"not vs*"
configuration
"not vs*"
...
@@ -58,7 +59,7 @@ solution "ygo"
...
@@ -58,7 +59,7 @@ solution "ygo"
include
"ocgcore"
include
"ocgcore"
include
"gframe"
include
"gframe"
if
os
.
is
(
"windows"
)
then
if
os
.
is
host
(
"windows"
)
then
include
"event"
include
"event"
include
"freetype"
include
"freetype"
include
"irrlicht"
include
"irrlicht"
...
...
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