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

Enable make check in Ubuntu 16.04 and 18.04

This commit is contained in:
Carles Fernandez 2018-03-01 15:17:49 +01:00
parent a0d0e0b7ba
commit cb50d218d4

View File

@ -137,7 +137,7 @@ ubuntu16.04:
- cd build
- cmake -DENABLE_OSMOSDR=ON ..
- make -j2
# - make check
- make check
- make install
allow_failure: true
@ -151,7 +151,7 @@ ubuntu18.04:
- cd build
- cmake -DENABLE_OSMOSDR=ON ..
- make -j2
# - make check
- make check
- make install
allow_failure: true