Commit f0626a36 authored by nanahira's avatar nanahira

Update .gitlab-ci.yml

parent 7de81b28
Pipeline #36716 passed with stages
in 188 minutes and 18 seconds
...@@ -45,6 +45,8 @@ image: $IMAGE:$UNITY_VERSION-base-$IMAGE_VERSION ...@@ -45,6 +45,8 @@ image: $IMAGE:$UNITY_VERSION-base-$IMAGE_VERSION
- linux - linux
ocgcore_windows: ocgcore_windows:
stage: ocgcore
dependencies: []
extends: .common_image extends: .common_image
script: script:
- wget -O Assets/Plugins/x86/ocgcore.dll https://cdn02.moecube.com:444/libocgcore-koishi/x32/ocgcore.dll - wget -O Assets/Plugins/x86/ocgcore.dll https://cdn02.moecube.com:444/libocgcore-koishi/x32/ocgcore.dll
...@@ -57,6 +59,8 @@ ocgcore_windows: ...@@ -57,6 +59,8 @@ ocgcore_windows:
- Assets/Plugins/x64 - Assets/Plugins/x64
ocgcore_linux: ocgcore_linux:
stage: ocgcore
dependencies: []
extends: .common_image extends: .common_image
script: script:
- wget -O Assets/Plugins/Linux/libocgcore.so https://cdn02.moecube.com:444/libocgcore-koishi/x64/libocgcore.so - wget -O Assets/Plugins/Linux/libocgcore.so https://cdn02.moecube.com:444/libocgcore-koishi/x64/libocgcore.so
...@@ -66,6 +70,8 @@ ocgcore_linux: ...@@ -66,6 +70,8 @@ ocgcore_linux:
- Assets/Plugins/Linux - Assets/Plugins/Linux
ocgcore_macos: ocgcore_macos:
stage: ocgcore
dependencies: []
extends: .common_image extends: .common_image
script: script:
- wget -O Assets/Plugins/MacOS/libocgcore.bundle https://cdn02.moecube.com:444/libocgcore-koishi/macos/libocgcore.dylib - wget -O Assets/Plugins/MacOS/libocgcore.bundle https://cdn02.moecube.com:444/libocgcore-koishi/macos/libocgcore.dylib
......
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