From 51dd74eb2d83e3e076b56e27ac81cc8b1398fb6e Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Wed, 2 Jun 2021 11:31:01 +0200 Subject: [PATCH] WIP: pipeline --- .gitlab-ci.yml | 1 + CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 256280e..7f1ae13 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 3ec3178..a9ade78 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) -- GitLab