From 27cdeccef9c7c3cc23f79163b216590a3860297a Mon Sep 17 00:00:00 2001 From: Stephan Schulz <stephan.schulz-x2q@rub.de> Date: Wed, 27 Jan 2021 13:03:15 +0100 Subject: [PATCH] enable other projects in CI --- .gitlab-ci.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c35a17..1c99ee0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -494,6 +494,26 @@ test-project-cmake: - ./ci/test_project_cmake.sh allow_failure: false +test-project-cmake-subdir: + stage: test_projects + image: gitlab.version.fz-juelich.de:5555/slms/loadbalancing/openmpi-gcc10-full:latest + tags: + - public-docker + when: always + script: + - ./ci/test_project_cmake_subdir.sh + allow_failure: false + +test-project-makefile: + stage: test_projects + image: gitlab.version.fz-juelich.de:5555/slms/loadbalancing/openmpi-gcc10-full:latest + tags: + - public-docker + when: always + script: + - ./ci/test_project_makefile.sh + allow_failure: false + release: stage: release only: -- GitLab