mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-15 20:50:33 +00:00
Add CentOS
This commit is contained in:
parent
eab72f384b
commit
e88574255e
@ -189,6 +189,23 @@ archlinux:
|
|||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
|
|
||||||
|
centos7:
|
||||||
|
image: centos:centos7
|
||||||
|
stage: build
|
||||||
|
before_script:
|
||||||
|
- pwd
|
||||||
|
script:
|
||||||
|
- yum install -y wget
|
||||||
|
- wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
|
||||||
|
- rpm -Uvh epel-release-latest-7.noarch.rpm
|
||||||
|
- yum install -y make automake gcc gcc-c++ kernel-devel libtool cmake git boost-devel boost-date-time boost-system boost-filesystem boost-thread boost-chrono boost-serialization log4cpp-devel gnuradio-devel blas-devel lapack-devel armadillo-devel gnutls-devel openssl-devel python-mako python-six matio-devel
|
||||||
|
- cd build
|
||||||
|
- cmake ..
|
||||||
|
- make -j2
|
||||||
|
- make check
|
||||||
|
- make install
|
||||||
|
|
||||||
|
|
||||||
coverity-scan:
|
coverity-scan:
|
||||||
image: ubuntu:xenial
|
image: ubuntu:xenial
|
||||||
stage: build
|
stage: build
|
||||||
|
Loading…
Reference in New Issue
Block a user