From 193661d98298e751693192ab872cbb32b551f499 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Wed, 2 Jun 2021 09:45:50 +0200 Subject: [PATCH] WIP: pipeline --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 92e8537..256280e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,11 +54,12 @@ code_style: - clang-format-11 --dry-run --verbose **/*.cpp **/*.h **/*.h.in allow_failure: true -# cmocka tests +# unit tests with gtest test: tags: [ docker ] stage: test script: + - cmake --version - mkdir build - cd build - cmake -DCMAKE_BUILD_TYPE=Debug .. -- GitLab