mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-31 23:03:33 +00:00
ci: Fix runner tags to match available GitLab runners
- Change all job tags from 'linux', 'ubuntu' to 'citron-build' - This should resolve the pending job issue where jobs were waiting for runners - All jobs now use consistent 'citron-build' tag to match the available runner
This commit is contained in:
@@ -24,8 +24,7 @@ build-linux:
|
||||
stage: build
|
||||
image: cachyos/cachyos:latest
|
||||
tags:
|
||||
- linux
|
||||
- ubuntu
|
||||
- citron-build
|
||||
before_script:
|
||||
- pacman -Syu --noconfirm
|
||||
- pacman -S --noconfirm base-devel cmake ninja pkg-config git curl wget unzip
|
||||
@@ -77,8 +76,6 @@ build-android:
|
||||
image: ubuntu:24.04
|
||||
tags:
|
||||
- citron-build
|
||||
- linux
|
||||
- ubuntu
|
||||
before_script:
|
||||
- apt-get update -qq
|
||||
- apt-get install -y -qq openjdk-17-jdk wget unzip curl git cmake build-essential pkg-config zip glslang-tools
|
||||
@@ -118,8 +115,7 @@ test-unit:
|
||||
stage: test
|
||||
image: ubuntu:24.04
|
||||
tags:
|
||||
- linux
|
||||
- ubuntu
|
||||
- citron-build
|
||||
before_script:
|
||||
- apt-get update -qq
|
||||
- apt-get install -y -qq build-essential cmake ninja-build git
|
||||
@@ -145,8 +141,7 @@ package-release:
|
||||
stage: package
|
||||
image: ubuntu:24.04
|
||||
tags:
|
||||
- linux
|
||||
- ubuntu
|
||||
- citron-build
|
||||
dependencies:
|
||||
- build-linux
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user