Loading .gitlab-ci.yml +4 −3 Original line number Diff line number Diff line Loading @@ -10,13 +10,14 @@ workflow: - if: $CI_MERGE_REQUEST_ID # Execute jobs in merge request context - if: $CI_COMMIT_BRANCH == 'main' # Execute jobs when a new commit is pushed to main branch variables: CI_REGISTRY_IMAGE: ${CI_REGISTRY}/exa/mfix/nvcc ###### Test jobs ##### .test:cmake: &cmake_def stage: test image: $CI_REGISTRY_IMAGE/nvcc image: ${CI_REGISTRY_IMAGE} script: - cmake -S. -Bbuild Loading Loading @@ -66,7 +67,7 @@ test:no_cgal: stage: test variables: BUILD: ${CI_PROJECT_DIR}/build CI_REGISTRY_IMAGE: ${CI_REGISTRY}/mfix image: $CI_REGISTRY_IMAGE/nvcc script: - make Loading Loading
.gitlab-ci.yml +4 −3 Original line number Diff line number Diff line Loading @@ -10,13 +10,14 @@ workflow: - if: $CI_MERGE_REQUEST_ID # Execute jobs in merge request context - if: $CI_COMMIT_BRANCH == 'main' # Execute jobs when a new commit is pushed to main branch variables: CI_REGISTRY_IMAGE: ${CI_REGISTRY}/exa/mfix/nvcc ###### Test jobs ##### .test:cmake: &cmake_def stage: test image: $CI_REGISTRY_IMAGE/nvcc image: ${CI_REGISTRY_IMAGE} script: - cmake -S. -Bbuild Loading Loading @@ -66,7 +67,7 @@ test:no_cgal: stage: test variables: BUILD: ${CI_PROJECT_DIR}/build CI_REGISTRY_IMAGE: ${CI_REGISTRY}/mfix image: $CI_REGISTRY_IMAGE/nvcc script: - make Loading