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

Update rawhide without gpg check

This commit is contained in:
Carles Fernandez 2018-03-04 13:39:13 +01:00
parent 622786aed1
commit d1a0f633b6

View File

@ -187,6 +187,7 @@ fedora-rawhide:
before_script:
- source ~/.bash_profile
script:
- dnf upgrade -y --nogpgcheck
- yum install -y 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 blas-devel lapack-devel armadillo-devel gflags-devel glog-devel openssl-devel python-mako python-six matio-devel
- cd build
- cmake -DENABLE_OSMOSDR=ON ..