Skip to content

Commit

Permalink
Simplify job names
Browse files Browse the repository at this point in the history
  • Loading branch information
chreekat authored and Mikolaj committed Apr 16, 2024
1 parent 00ce024 commit 3792f65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ workflow:
paths:
- out/*

build-linux:
linux:
extends: .build
parallel:
matrix:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -123,7 +123,7 @@ build-aarch64-darwin:
paths:
- .brew

build-x86_64-windows:
x86_64-windows:
extends: .build
script:
- $env:CHERE_INVOKING = "yes"
Expand Down

0 comments on commit 3792f65

Please sign in to comment.