mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-05 15:00:33 +00:00
Give more informative names for jobs
This commit is contained in:
parent
c4c344e6c6
commit
244d17260c
@ -21,7 +21,7 @@ debian8.10:
|
|||||||
- make install
|
- make install
|
||||||
|
|
||||||
|
|
||||||
debian9.3-amd64:
|
debian9.3:
|
||||||
image: debian:9.3-slim
|
image: debian:9.3-slim
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
@ -33,7 +33,7 @@ debian9.3-amd64:
|
|||||||
- make install
|
- make install
|
||||||
|
|
||||||
|
|
||||||
debian9.3_i386:
|
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 @@ debian9.3_i386:
|
|||||||
- make install
|
- make install
|
||||||
|
|
||||||
|
|
||||||
debian-buster:
|
debian10:
|
||||||
image: debian:buster-slim
|
image: debian:buster-slim
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
@ -57,7 +57,7 @@ debian-buster:
|
|||||||
- make install
|
- make install
|
||||||
|
|
||||||
|
|
||||||
ubuntu-16.04-build:
|
ubuntu16.04:
|
||||||
image: ubuntu:xenial
|
image: ubuntu:xenial
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
@ -69,7 +69,7 @@ ubuntu-16.04-build:
|
|||||||
- make install
|
- make install
|
||||||
|
|
||||||
|
|
||||||
ubuntu-18.04-build:
|
ubuntu18.04:
|
||||||
image: ubuntu:bionic
|
image: ubuntu:bionic
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
@ -94,7 +94,7 @@ get-dockerfile:
|
|||||||
|
|
||||||
|
|
||||||
# Stage "test"
|
# Stage "test"
|
||||||
run-test-amd64:
|
run-tests-amd64:
|
||||||
image: debian:9.3-slim
|
image: debian:9.3-slim
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
@ -116,7 +116,7 @@ run-test-amd64:
|
|||||||
- build64/*.xml
|
- build64/*.xml
|
||||||
|
|
||||||
|
|
||||||
run-test-i386:
|
run-tests-i386:
|
||||||
image: i386/debian:9.3-slim
|
image: i386/debian:9.3-slim
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user