mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-12-12 11:38:06 +00:00
Give more informative names for jobs
This commit is contained in:
@@ -9,7 +9,7 @@ stages:
|
|||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
# Stage "build"
|
# Stage "build"
|
||||||
debian-jessie-build:
|
debian8.10:
|
||||||
image: debian:8.10-slim
|
image: debian:8.10-slim
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
@@ -21,7 +21,7 @@ debian-jessie-build:
|
|||||||
- make install
|
- make install
|
||||||
|
|
||||||
|
|
||||||
debian-stretch-amd64-build:
|
debian9.3-amd64:
|
||||||
image: debian:9.3-slim
|
image: debian:9.3-slim
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
@@ -33,7 +33,7 @@ debian-stretch-amd64-build:
|
|||||||
- make install
|
- make install
|
||||||
|
|
||||||
|
|
||||||
debian-stretch-i386-build:
|
debian9.3_i386:
|
||||||
image: i386/debian:9.3-slim
|
image: i386/debian:9.3-slim
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
@@ -45,7 +45,7 @@ debian-stretch-i386-build:
|
|||||||
- make install
|
- make install
|
||||||
|
|
||||||
|
|
||||||
debian-buster-build:
|
debian-buster:
|
||||||
image: debian:buster-slim
|
image: debian:buster-slim
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user