mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-15 12:40:35 +00:00
Add Fedora 28 and 29, remove 27
This commit is contained in:
parent
48a2d4a7c2
commit
92b8346fec
@ -187,8 +187,23 @@ fedora26:
|
|||||||
- make install
|
- make install
|
||||||
|
|
||||||
|
|
||||||
fedora27:
|
fedora28:
|
||||||
image: fedora:27
|
image: fedora:28
|
||||||
|
stage: build
|
||||||
|
before_script:
|
||||||
|
- source ~/.bash_profile
|
||||||
|
script:
|
||||||
|
- yum install -y make automake gcc gcc-c++ kernel-devel cmake git boost-devel boost-date-time boost-system boost-filesystem boost-thread boost-chrono boost-serialization log4cpp-devel gnuradio-devel gr-osmosdr-devel libpcap-devel blas-devel lapack-devel armadillo-devel gflags-devel glog-devel openssl-devel python-mako python-six matio-devel
|
||||||
|
- cd build
|
||||||
|
- cmake -DENABLE_OSMOSDR=ON -DENABLE_RAW_UDP=ON ..
|
||||||
|
- NPROC=$(grep -c ^processor /proc/cpuinfo)
|
||||||
|
- make -j$(($NPROC+1))
|
||||||
|
- make check
|
||||||
|
- make install
|
||||||
|
|
||||||
|
|
||||||
|
fedora29:
|
||||||
|
image: fedora:29
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
- source ~/.bash_profile
|
- source ~/.bash_profile
|
||||||
|
Loading…
Reference in New Issue
Block a user