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

Fix Arch Linux

This commit is contained in:
Carles Fernandez 2018-02-24 02:08:15 +01:00
parent 406b6bd90d
commit 4c171927ec

View File

@ -203,6 +203,7 @@ archlinux:
before_script:
- pwd
script:
- pacman -Syu
- pacman -S --noconfirm cmake git boost boost-libs log4cpp libvolk gnuradio gnuradio-osmosdr blas lapack gflags google-glog gnutls openssl python2-mako python2-six libmatio gtest
- cd build
- cmake -DENABLE_OSMOSDR=ON ..