mirror of
https://gitlab.acidiclight.dev/sociallydistant/sociallydistant.git
synced 2025-01-22 09:31:47 -05:00
Rename build jobs
Issue: #14 Signed-off-by: Ritchie Frodomar <alkalinethunder@gmail.com>
This commit is contained in:
parent
bbd5e4e99d
commit
7f8f7dbf42
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue