Commit 85164e62 authored by nanahira's avatar nanahira

Revert "simplify"

This reverts commit cc7d9d23.
parent cc7d9d23
......@@ -192,6 +192,12 @@ exec_windows_pro3:
LOG_IN_CHAT: '1'
TARGET_FILE: libygoserver.so
.use_pro3_macos:
variables:
SERVER_PRO3_SUPPORT: '1'
LOG_IN_CHAT: '1'
TARGET_FILE: libygoserver.dylib
exec_linux:
extends: .exec_linux
tags:
......@@ -261,7 +267,7 @@ exec_macos_arm64:
exec_macos_x64_pro3:
extends:
- .exec_macos_platform
- .use_pro3
- .use_pro3_macos
tags:
- macos
variables:
......@@ -270,7 +276,7 @@ exec_macos_x64_pro3:
exec_macos_arm64_pro3:
extends:
- .exec_macos_platform
- .use_pro3
- .use_pro3_macos
tags:
- macos-m1
variables:
......
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