Commit f8f746e1 authored by nanahira's avatar nanahira

Update .gitlab-ci.yml

parent 5ff6f5a8
Pipeline #39937 canceled with stages
in 1 minute and 40 seconds
...@@ -5,7 +5,8 @@ stages: ...@@ -5,7 +5,8 @@ stages:
- prepare - prepare
- build - build
- pack - pack
- deploy - pack2
- pack3
dll: dll:
stage: prepare stage: prepare
...@@ -167,6 +168,7 @@ pack_windows: ...@@ -167,6 +168,7 @@ pack_windows:
pack_linux: pack_linux:
extends: .pack extends: .pack
stage: pack3
variables: variables:
BUILD_TARGET: StandaloneLinux64 BUILD_TARGET: StandaloneLinux64
platform: linux platform: linux
...@@ -176,6 +178,7 @@ pack_linux: ...@@ -176,6 +178,7 @@ pack_linux:
pack_macos: pack_macos:
extends: .pack extends: .pack
stage: pack2
variables: variables:
BUILD_TARGET: StandaloneOSX BUILD_TARGET: StandaloneOSX
platform: darwin platform: darwin
......
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