mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-15 04:30:33 +00:00
Remove ARM architectures
This commit is contained in:
parent
d3db7e9d1d
commit
c9f519151f
@ -31,6 +31,7 @@ debian-stretch-amd64-build:
|
||||
- make -j2
|
||||
- make install
|
||||
|
||||
|
||||
debian-stretch-i386-build:
|
||||
image: i386/debian:9.3-slim
|
||||
stage: build
|
||||
@ -43,30 +44,6 @@ debian-stretch-i386-build:
|
||||
- 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
|
||||
stage: build
|
||||
@ -102,6 +79,7 @@ ubuntu-18.04-build:
|
||||
- make -j2
|
||||
- make install
|
||||
|
||||
|
||||
# Stage "test"
|
||||
run-test:
|
||||
image: debian:9.3-slim
|
||||
|
Loading…
Reference in New Issue
Block a user