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
ebc77c6d
Commit
ebc77c6d
authored
Aug 25, 2021
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
optimize
parent
e0b169ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
24 deletions
+15
-24
.ci/exec-macos-platform.sh
.ci/exec-macos-platform.sh
+1
-1
.gitlab-ci.yml
.gitlab-ci.yml
+14
-23
No files found.
.ci/exec-macos-platform.sh
View file @
ebc77c6d
...
...
@@ -2,7 +2,7 @@
set
-x
set
-o
errexit
TARGET_YGOPRO_BINARY_PATH
=
./ygopro-platforms/ygopro-platform-
$TARGET_
PATFORM
TARGET_YGOPRO_BINARY_PATH
=
./ygopro-platforms/ygopro-platform-
$TARGET_
ARCH
export
YGOPRO_LIBEVENT_STATIC_PATH
=
$PWD
/libevent-stable
git submodule update
--init
...
...
.gitlab-ci.yml
View file @
ebc77c6d
...
...
@@ -192,18 +192,10 @@ exec_linux:
-
ygopro
-
lib
exec_macos_platform_x86
:
._exec_macos_platform
:
stage
:
build
tags
:
-
macos
dependencies
:
-
mat_irrklang
-
mat_macos
-
mat_common
-
mat_macos_platform_x86
variables
:
USE_IRRKLANG
:
"
1"
TARGET_PATFORM
:
x86
cache
:
key
:
"
$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
paths
:
...
...
@@ -211,31 +203,30 @@ exec_macos_platform_x86:
-
obj/
script
:
-
./.ci/exec-macos-platform.sh
-
install_name_tool -change /usr/local/lib/libirrklang.dylib @executable_path/../Frameworks/libirrklang.dylib ./ygopro-platforms/ygopro-platform-$TARGET_PATFORM
artifacts
:
paths
:
-
ygopro-platforms
exec_macos_platform_x86
:
extends
:
._exec_macos_platform
dependencies
:
-
mat_irrklang
-
mat_macos
-
mat_common
-
mat_macos_platform_x86
variables
:
TARGET_ARCH
:
x86
USE_IRRKLANG
:
"
1"
exec_macos_platform_m1
:
stage
:
build
tags
:
-
macos
extends
:
._exec_macos_platform
dependencies
:
-
mat_macos
-
mat_common
-
mat_macos_platform_m1
variables
:
TARGET_
PATFORM
:
m1
TARGET_
ARCH
:
m1
YGOPRO_TARGET_ARM
:
'
1'
cache
:
key
:
"
$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
paths
:
-
bin/
-
obj/
script
:
./.ci/exec-macos-platform.sh
artifacts
:
paths
:
-
ygopro-platforms
exec_macos
:
stage
:
combine
...
...
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