mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-02-01 07:13:33 +00:00
Update runner tags for Android and Windows builds to use available citron-build runner
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user