Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOProUnity_V2
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
fallenstardust
YGOProUnity_V2
Commits
45a552fb
Commit
45a552fb
authored
Sep 04, 2021
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'remotes/origin/ci'
parents
9dfcf2e2
f2beeef7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
6 deletions
+21
-6
.gitlab-ci.yml
.gitlab-ci.yml
+19
-4
AI_core_vs2017solution/build/gmake.macos/lua.make
AI_core_vs2017solution/build/gmake.macos/lua.make
+2
-2
No files found.
.gitlab-ci.yml
View file @
45a552fb
...
...
@@ -57,7 +57,7 @@ image: $IMAGE:$UNITY_VERSION-base-$IMAGE_VERSION
-
cd AI_core_vs2017solution/build/gmake.$GMAKE_PLATFORM/
-
make config=release -j$(nproc)
-
cd ../..
-
cp -rf bin/gmake.$GMAKE_PLATFORM/
x64/*.so
../Assets/Plugins/$PLUGIN_PLATFORM/
-
cp -rf bin/gmake.$GMAKE_PLATFORM/
$OUTPUT_PATH
../Assets/Plugins/$PLUGIN_PLATFORM/
ocgcore_windows
:
extends
:
...
...
@@ -71,8 +71,8 @@ ocgcore_windows:
-
bash -c 'cp -rf Release/ocgcore.dll ../Assets/Plugins/x86/ ; cp -rf x64/Release/ocgcore.dll ../Assets/Plugins/x64/'
artifacts
:
paths
:
-
Assets/Plugins/
Release
-
Assets/Plugins/x64
/Release
-
Assets/Plugins/
x86
-
Assets/Plugins/x64
ocgcore_linux
:
extends
:
...
...
@@ -85,10 +85,24 @@ ocgcore_linux:
variables
:
GMAKE_PLATFORM
:
linux
PLUGIN_PLATFORM
:
Linux
OUTPUT_PATH
:
x64/*.so
artifacts
:
paths
:
-
Assets/Plugins/Linux
ocgcore_macos
:
extends
:
-
.ocgcore_unix
tags
:
-
macos
variables
:
GMAKE_PLATFORM
:
macos
PLUGIN_PLATFORM
:
MacOS
OUTPUT_PATH
:
'
*.bundle'
artifacts
:
paths
:
-
Assets/Plugins/MacOS
# run this job when you need to request a license
# you may need to follow activation steps from documentation
get-activation-file
:
...
...
@@ -194,7 +208,8 @@ build-StandaloneLinux64:
build-StandaloneOSX
:
extends
:
.build
dependencies
:
[]
# todo
dependencies
:
-
ocgcore_macos
image
:
$IMAGE:$UNITY_VERSION-mac-mono-$IMAGE_VERSION
variables
:
BUILD_TARGET
:
StandaloneOSX
...
...
AI_core_vs2017solution/build/gmake.macos/lua.make
View file @
45a552fb
...
...
@@ -48,8 +48,8 @@ ifeq ($(config),release)
TARGETDIR
=
../../bin/gmake.macos
TARGET
=
$(TARGETDIR)
/liblua.a
OBJDIR
=
../../obj/gmake.macos/lua
ALL_CFLAGS
+=
$(CFLAGS)
$(ALL_CPPFLAGS)
-O3
-fno-strict-aliasing
-Wno-format-security
$(OSX_FLAGS)
ALL_CXXFLAGS
+=
$(CXXFLAGS)
$(ALL_CPPFLAGS)
-O3
-fno-strict-aliasing
-Wno-format-security
$(OSX_FLAGS)
ALL_CFLAGS
+=
$(CFLAGS)
$(ALL_CPPFLAGS)
-O3
-fno-strict-aliasing
-Wno-format-security
-x
c++
$(OSX_FLAGS)
ALL_CXXFLAGS
+=
$(CXXFLAGS)
$(ALL_CPPFLAGS)
-O3
-fno-strict-aliasing
-Wno-format-security
-x
c++
$(OSX_FLAGS)
endif
# Per File Configurations
...
...
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