1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-11 23:53:12 +00:00

Better job names for GitLab.

This commit is contained in:
Lars Brinkhoff 2019-08-14 16:42:50 +02:00
parent f624d858bd
commit e157311e31

View File

@ -5,7 +5,7 @@ stages:
# Note, GitLab currently does not build well with KLH10. # Note, GitLab currently does not build well with KLH10.
job1: build_simh:
stage: build stage: build
variables: variables:
EMULATOR: simh EMULATOR: simh
@ -16,7 +16,7 @@ job1:
paths: paths:
- out/simh/ - out/simh/
job2: build_ka10:
stage: build stage: build
variables: variables:
EMULATOR: pdp10-ka EMULATOR: pdp10-ka
@ -27,7 +27,7 @@ job2:
paths: paths:
- out/pdp10-ka/ - out/pdp10-ka/
job3: build_kl10:
stage: build stage: build
variables: variables:
EMULATOR: pdp10-kl EMULATOR: pdp10-kl