From cb50d218d482dabe56181d9890ae4c3e333fa238 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Thu, 1 Mar 2018 15:17:49 +0100 Subject: [PATCH] Enable make check in Ubuntu 16.04 and 18.04 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 90c685d11..c008c3f58 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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