mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-15 04:30:33 +00:00
Test different archs
This commit is contained in:
parent
0aed45c48d
commit
d3db7e9d1d
@ -8,7 +8,6 @@ stages:
|
||||
- test
|
||||
|
||||
# Stage "build"
|
||||
|
||||
debian-jessie-build:
|
||||
image: debian:8.10-slim
|
||||
stage: build
|
||||
@ -21,7 +20,7 @@ debian-jessie-build:
|
||||
- make install
|
||||
|
||||
|
||||
debian-stretch-build:
|
||||
debian-stretch-amd64-build:
|
||||
image: debian:9.3-slim
|
||||
stage: build
|
||||
script:
|
||||
@ -32,6 +31,41 @@ debian-stretch-build:
|
||||
- make -j2
|
||||
- make install
|
||||
|
||||
debian-stretch-i386-build:
|
||||
image: i386/debian:9.3-slim
|
||||
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
|
||||
|
||||
|
||||
debian-stretch-arm32-build:
|
||||
image: arm32v7/debian:9.3-slim
|
||||
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
|
||||
|
||||
|
||||
debian-stretch-arm64-build:
|
||||
image: arm64v8/debian:9.3-slim
|
||||
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
|
||||
|
||||
|
||||
debian-buster-build:
|
||||
image: debian:buster-slim
|
||||
|
Loading…
Reference in New Issue
Block a user