diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 256280e6862d44bee675fd88dbf52bf3652cad38..7f1ae1355939637bcc3ae36bc750e710b75e1dda 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,6 +63,7 @@ test: - mkdir build - cd build - cmake -DCMAKE_BUILD_TYPE=Debug .. + - cmake --build . - cmake --build . --target unit_test_coverage # Build the sphinx documentation and make it ready for deployment by Gitlab Pages diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ec31782c1a0522b2f339554f2a713045d015f91..a9ade7845d9cc1da0564d5a5eb98f996469db216 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ # along with this program. If not, see <https://www.gnu.org/licenses/>. # -cmake_minimum_required(VERSION 3.13) +cmake_minimum_required(VERSION 3.14) set(libcaosdb_VERSION 0.0.1)