Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
R
rd-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
苍蓝
rd-ygopro
Commits
3b983c88
Commit
3b983c88
authored
Aug 02, 2022
by
nanahira
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into server
parents
0441bf70
e18a7c56
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
16 deletions
+15
-16
.gitlab-ci.yml
.gitlab-ci.yml
+11
-15
premake5.lua
premake5.lua
+4
-1
No files found.
.gitlab-ci.yml
View file @
3b983c88
...
...
@@ -81,16 +81,22 @@ mat_windows:
stage
:
build
#variables:
# NO_LUA_SAFE: '1' # on client no lua safe
exec_windows
:
extends
:
._exec_build
tags
:
-
vs
cache
:
key
:
"
$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
paths
:
-
bin/
-
obj/
exec_windows
:
extends
:
._exec_build
tags
:
-
vs
exec_windows
:
extends
:
._exec_build
tags
:
-
vs
dependencies
:
-
mat_common
-
mat_windows
...
...
@@ -108,11 +114,6 @@ exec_linux:
extends
:
._exec_build
tags
:
-
linux
cache
:
key
:
"
$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
paths
:
-
bin/
-
obj/
dependencies
:
-
mat_common
-
mat_linux
...
...
@@ -133,11 +134,6 @@ exec_debian:
extends
:
._exec_build
tags
:
-
linux
cache
:
key
:
"
$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
paths
:
-
bin/
-
obj/
dependencies
:
-
mat_common
-
mat_linux
...
...
premake5.lua
View file @
3b983c88
...
...
@@ -201,7 +201,10 @@ if GetParam("winxp-support") and os.istarget("windows") then
WINXP_SUPPORT
=
true
end
if
os
.
istarget
(
"macosx"
)
then
MAC_ARM
=
true
MAC_ARM
=
false
if
GetParam
(
"mac-arm"
)
then
MAC_ARM
=
true
end
ON_MAC_ARM
=
MAC_ARM
or
io.popen
(
'arch'
):
read
(
'*l'
)
==
"arm64"
end
if
GetParam
(
"server-mode"
)
then
...
...
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