Commit 281d164b authored by nanahira's avatar nanahira

fix

parent 06bafdd0
Pipeline #5235 passed with stages
in 10 minutes and 3 seconds
...@@ -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/*.$SUFFIX ../Assets/Plugins/$PLUGIN_PLATFORM/ - cp -rf bin/gmake.$GMAKE_PLATFORM/$OUTPUT_PATH ../Assets/Plugins/$PLUGIN_PLATFORM/
ocgcore_windows: ocgcore_windows:
extends: extends:
...@@ -85,7 +85,7 @@ ocgcore_linux: ...@@ -85,7 +85,7 @@ ocgcore_linux:
variables: variables:
GMAKE_PLATFORM: linux GMAKE_PLATFORM: linux
PLUGIN_PLATFORM: Linux PLUGIN_PLATFORM: Linux
SUFFIX: so OUTPUT_PATH: x64/*.so
artifacts: artifacts:
paths: paths:
- Assets/Plugins/Linux - Assets/Plugins/Linux
...@@ -98,7 +98,7 @@ ocgcore_macos: ...@@ -98,7 +98,7 @@ ocgcore_macos:
variables: variables:
GMAKE_PLATFORM: macos GMAKE_PLATFORM: macos
PLUGIN_PLATFORM: MacOS PLUGIN_PLATFORM: MacOS
SUFFIX: bundle OUTPUT_PATH: '*.bundle'
artifacts: artifacts:
paths: paths:
- Assets/Plugins/Linux - Assets/Plugins/Linux
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment