1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-07-15 08:04:21 +00:00

Add CentOS

This commit is contained in:
Carles Fernandez 2018-02-23 22:20:35 +01:00
parent eab72f384b
commit e88574255e

View File

@ -189,6 +189,23 @@ archlinux:
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:
image: ubuntu:xenial
stage: build