mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-07 07:50:32 +00:00
Add multiple images
This commit is contained in:
parent
156eeb517a
commit
c1515b1289
@ -17,18 +17,35 @@ run-build:
|
|||||||
- cmake ..
|
- cmake ..
|
||||||
- make -j2
|
- make -j2
|
||||||
- make install
|
- make install
|
||||||
# This stage is only executed for new tags
|
|
||||||
# only:
|
|
||||||
# - tags
|
|
||||||
|
|
||||||
# The files which are to be made available in GitLab
|
|
||||||
artifacts:
|
run-build-debian-jessie:
|
||||||
paths:
|
image: debian:8.10-slim
|
||||||
- install/*
|
stage: build
|
||||||
|
script:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y --no-install-recommends build-essential cmake git libboost-dev libboost-date-time-dev libboost-system-dev libboost-filesystem-dev libboost-thread-dev libboost-chrono-dev libboost-serialization-dev liblog4cpp5-dev gnuradio-dev libblas-dev liblapack-dev libarmadillo-dev libgflags-dev libgoogle-glog-dev libgnutls-openssl-dev python-mako python-six libmatio-dev googletest
|
||||||
|
- cd build
|
||||||
|
- cmake ..
|
||||||
|
- make -j2
|
||||||
|
- make install
|
||||||
|
|
||||||
|
|
||||||
run-build-debian-stretch:
|
run-build-debian-stretch:
|
||||||
image: debian:9.3-slim
|
image: debian:9.3-slim
|
||||||
stage: build
|
stage: build
|
||||||
|
script:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y --no-install-recommends build-essential cmake git libboost-dev libboost-date-time-dev libboost-system-dev libboost-filesystem-dev libboost-thread-dev libboost-chrono-dev libboost-serialization-dev liblog4cpp5-dev gnuradio-dev libblas-dev liblapack-dev libarmadillo-dev libgflags-dev libgoogle-glog-dev libgnutls-openssl-dev python-mako python-six libmatio-dev googletest
|
||||||
|
- cd build
|
||||||
|
- cmake ..
|
||||||
|
- make -j2
|
||||||
|
- make install
|
||||||
|
|
||||||
|
|
||||||
|
run-build-ubuntu-16.04:
|
||||||
|
image: ubuntu:xenial
|
||||||
|
stage: build
|
||||||
script:
|
script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y --no-install-recommends build-essential cmake git libboost-dev libboost-date-time-dev libboost-system-dev libboost-filesystem-dev libboost-thread-dev libboost-chrono-dev libboost-serialization-dev liblog4cpp5-dev gnuradio-dev libblas-dev liblapack-dev libarmadillo-dev libgflags-dev libgoogle-glog-dev libgnutls-openssl-dev python-mako python-six libhdf5-dev libgtest-dev
|
- apt-get install -y --no-install-recommends build-essential cmake git libboost-dev libboost-date-time-dev libboost-system-dev libboost-filesystem-dev libboost-thread-dev libboost-chrono-dev libboost-serialization-dev liblog4cpp5-dev gnuradio-dev libblas-dev liblapack-dev libarmadillo-dev libgflags-dev libgoogle-glog-dev libgnutls-openssl-dev python-mako python-six libhdf5-dev libgtest-dev
|
||||||
@ -37,6 +54,18 @@ run-build-debian-stretch:
|
|||||||
- make -j2
|
- make -j2
|
||||||
- make install
|
- make install
|
||||||
|
|
||||||
|
|
||||||
|
run-build-ubuntu-18.04:
|
||||||
|
image: ubuntu:bionic
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y --no-install-recommends build-essential cmake git libboost-dev libboost-date-time-dev libboost-system-dev libboost-filesystem-dev libboost-thread-dev libboost-chrono-dev libboost-serialization-dev liblog4cpp5-dev gnuradio-dev libblas-dev liblapack-dev libarmadillo-dev libgflags-dev libgoogle-glog-dev libgnutls-openssl-dev python-mako python-six libmatio-dev googletest
|
||||||
|
- cd build
|
||||||
|
- cmake ..
|
||||||
|
- make -j2
|
||||||
|
- make install
|
||||||
|
|
||||||
# Stage "test"
|
# Stage "test"
|
||||||
run-test:
|
run-test:
|
||||||
stage: test
|
stage: test
|
||||||
|
Loading…
Reference in New Issue
Block a user