Commit 03ba3d89 authored by Charles G Waldman's avatar Charles G Waldman
Browse files

use nvcc docker image from exa

parent 3ee25c47
Loading
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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
@@ -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