Skip to content
Snippets Groups Projects
Commit 7cd0615f authored by Bryan R's avatar Bryan R Committed by Mergify
Browse files

Simplify job names

(cherry picked from commit 3792f658)
parent b6c1ed6d
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ workflow:
paths:
- out/*
build-linux:
linux:
extends: .build
parallel:
matrix:
......@@ -59,7 +59,7 @@ build-linux:
TARBALL_EXT: tar.xz
ADD_CABAL_ARGS: "--enable-split-sections"
build-linux-alpine:
alpine-linux:
extends: .build
parallel:
matrix:
......@@ -123,7 +123,7 @@ build-aarch64-darwin:
paths:
- .brew
build-x86_64-windows:
x86_64-windows:
extends: .build
script:
- $env:CHERE_INVOKING = "yes"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment