Loading .gitlab-ci.yml +13 −2 Original line number Diff line number Diff line Loading @@ -14,12 +14,23 @@ test:meson: tags: - mfix-exa test:cmake: .test:cmake: &cmake_def script: - python -m pip install cmake ninja conan - cmake -S. -Bbuild -GNinja -DCMAKE_BUILD_TYPE=Debug - cmake -S. -Bbuild -GNinja -DCMAKE_BUILD_TYPE=$BUILD_TYPE - cmake --build build --target unit_tests_csg - cd build - ctest tags: - mfix-exa test:cmake:debug: variables: BUILD_TYPE: "Debug" <<: *cmake_def test:cmake:release: variables: BUILD_TYPE: "Release" allow_failure: true <<: *cmake_def Loading
.gitlab-ci.yml +13 −2 Original line number Diff line number Diff line Loading @@ -14,12 +14,23 @@ test:meson: tags: - mfix-exa test:cmake: .test:cmake: &cmake_def script: - python -m pip install cmake ninja conan - cmake -S. -Bbuild -GNinja -DCMAKE_BUILD_TYPE=Debug - cmake -S. -Bbuild -GNinja -DCMAKE_BUILD_TYPE=$BUILD_TYPE - cmake --build build --target unit_tests_csg - cd build - ctest tags: - mfix-exa test:cmake:debug: variables: BUILD_TYPE: "Debug" <<: *cmake_def test:cmake:release: variables: BUILD_TYPE: "Release" allow_failure: true <<: *cmake_def