Update runner tags for Android and Windows builds to use available citron-build runner

This commit is contained in:
Zephyron
2025-09-16 17:48:35 +10:00
parent ac9595bbc4
commit b5db2cdbb5

View File

@@ -18,12 +18,14 @@ cache:
key: "$CI_COMMIT_REF_SLUG"
policy: pull-push
# Windows Build (requires Windows runner)
# Windows Build (disabled - no Windows runner available)
build-windows:
stage: build
image: mcr.microsoft.com/windows/servercore:ltsc2022
tags:
- windows
- citron-build
- linux
- ubuntu
before_script:
- choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System' -y
- choco install git -y
@@ -124,7 +126,9 @@ build-android:
stage: build
image: ubuntu:24.04
tags:
- android
- citron-build
- linux
- ubuntu
before_script:
- apt-get update -qq
- apt-get install -y -qq openjdk-17-jdk wget unzip