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
赤子奈落
YGOProUnity_V2
Commits
06bafdd0
Commit
06bafdd0
authored
Sep 04, 2021
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix ocgcore suffix copy
parent
7ca4234a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
.gitlab-ci.yml
.gitlab-ci.yml
+3
-1
No files found.
.gitlab-ci.yml
View file @
06bafdd0
...
@@ -57,7 +57,7 @@ image: $IMAGE:$UNITY_VERSION-base-$IMAGE_VERSION
...
@@ -57,7 +57,7 @@ image: $IMAGE:$UNITY_VERSION-base-$IMAGE_VERSION
-
cd AI_core_vs2017solution/build/gmake.$GMAKE_PLATFORM/
-
cd AI_core_vs2017solution/build/gmake.$GMAKE_PLATFORM/
-
make config=release -j$(nproc)
-
make config=release -j$(nproc)
-
cd ../..
-
cd ../..
-
cp -rf bin/gmake.$GMAKE_PLATFORM/x64/*.
so
../Assets/Plugins/$PLUGIN_PLATFORM/
-
cp -rf bin/gmake.$GMAKE_PLATFORM/x64/*.
$SUFFIX
../Assets/Plugins/$PLUGIN_PLATFORM/
ocgcore_windows
:
ocgcore_windows
:
extends
:
extends
:
...
@@ -85,6 +85,7 @@ ocgcore_linux:
...
@@ -85,6 +85,7 @@ ocgcore_linux:
variables
:
variables
:
GMAKE_PLATFORM
:
linux
GMAKE_PLATFORM
:
linux
PLUGIN_PLATFORM
:
Linux
PLUGIN_PLATFORM
:
Linux
SUFFIX
:
so
artifacts
:
artifacts
:
paths
:
paths
:
-
Assets/Plugins/Linux
-
Assets/Plugins/Linux
...
@@ -97,6 +98,7 @@ ocgcore_macos:
...
@@ -97,6 +98,7 @@ ocgcore_macos:
variables
:
variables
:
GMAKE_PLATFORM
:
macos
GMAKE_PLATFORM
:
macos
PLUGIN_PLATFORM
:
MacOS
PLUGIN_PLATFORM
:
MacOS
SUFFIX
:
bundle
artifacts
:
artifacts
:
paths
:
paths
:
-
Assets/Plugins/Linux
-
Assets/Plugins/Linux
...
...
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