Skip to content
Snippets Groups Projects
Commit 27cdecce authored by Stephan Schulz's avatar Stephan Schulz
Browse files

enable other projects in CI

parent 91a977a0
No related branches found
No related tags found
1 merge request!16Add example projects to CI
Pipeline #58279 passed
...@@ -494,6 +494,26 @@ test-project-cmake: ...@@ -494,6 +494,26 @@ test-project-cmake:
- ./ci/test_project_cmake.sh - ./ci/test_project_cmake.sh
allow_failure: false 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: release:
stage: release stage: release
only: only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment