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:
- prepare
- build
- pack
- deploy
- pack2
- pack3
dll:
stage: prepare
......@@ -167,6 +168,7 @@ pack_windows:
pack_linux:
extends: .pack
stage: pack3
variables:
BUILD_TARGET: StandaloneLinux64
platform: linux
......@@ -176,6 +178,7 @@ pack_linux:
pack_macos:
extends: .pack
stage: pack2
variables:
BUILD_TARGET: StandaloneOSX
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