Rename build jobs

Issue: #14
Signed-off-by: Ritchie Frodomar <alkalinethunder@gmail.com>
This commit is contained in:
Ritchie Frodomar 2024-10-27 12:42:07 -04:00
parent bbd5e4e99d
commit 7f8f7dbf42
No known key found for this signature in database
GPG key ID: 47384A02C174B15F

View file

@ -12,7 +12,7 @@ check_signoff:
if [ -z "$MAINTAINER_CHECK" ]; then echo $CI_COMMIT_MESSAGE | grep "Signed-off-by: $CI_COMMIT_AUTHOR"; fi if [ -z "$MAINTAINER_CHECK" ]; then echo $CI_COMMIT_MESSAGE | grep "Signed-off-by: $CI_COMMIT_AUTHOR"; fi
# Makes sure the base game compiles. # Makes sure the base game compiles.
build_base: build_os_linux:
stage: build stage: build
image: cr.acidiclight.dev/docker-images/monogame-linux-build/dotnet-mgcb:latest image: cr.acidiclight.dev/docker-images/monogame-linux-build/dotnet-mgcb:latest
before_script: before_script:
@ -26,7 +26,7 @@ build_base:
paths: paths:
- bin/linux-x64 - bin/linux-x64
build_career_windows: build_os_windows:
stage: build stage: build
image: mcr.microsoft.com/dotnet/sdk:8.0-windowsservercore-ltsc2022 image: mcr.microsoft.com/dotnet/sdk:8.0-windowsservercore-ltsc2022
tags: tags: