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
281d164b
Commit
281d164b
authored
Sep 04, 2021
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
06bafdd0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.gitlab-ci.yml
.gitlab-ci.yml
+3
-3
No files found.
.gitlab-ci.yml
View file @
281d164b
...
...
@@ -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/*.$SUFFIX
../Assets/Plugins/$PLUGIN_PLATFORM/
-
cp -rf bin/gmake.$GMAKE_PLATFORM/
$OUTPUT_PATH
../Assets/Plugins/$PLUGIN_PLATFORM/
ocgcore_windows
:
extends
:
...
...
@@ -85,7 +85,7 @@ ocgcore_linux:
variables
:
GMAKE_PLATFORM
:
linux
PLUGIN_PLATFORM
:
Linux
SUFFIX
:
so
OUTPUT_PATH
:
x64/*.
so
artifacts
:
paths
:
-
Assets/Plugins/Linux
...
...
@@ -98,7 +98,7 @@ ocgcore_macos:
variables
:
GMAKE_PLATFORM
:
macos
PLUGIN_PLATFORM
:
MacOS
SUFFIX
:
bundle
OUTPUT_PATH
:
'
*.bundle'
artifacts
:
paths
:
-
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