Skip to content
Snippets Groups Projects
Commit 4cc3323b authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Test building on a generic runner

parent eb8e2642
Branches
Tags
1 merge request!3Add test for matrix
Pipeline #81438 passed
...@@ -24,16 +24,11 @@ docker-base: ...@@ -24,16 +24,11 @@ docker-base:
build-job: # This job runs in the build stage, which runs first. build-job: # This job runs in the build stage, which runs first.
stage: build stage: build
before_script: image: "$CI_REGISTRY_IMAGE:latest"
- module load spack
- module load cmake
- module load boost
- module load casacore
tags:
- das6-gpu
script: script:
- cmake -B build . - cmake -B build . -DCMAKE_BUILD_TYPE=Release
- make -C build - make -C build
- build/microbenchmarks --benchmark_out=results-generic.json --benchmark_out_format=json
unittests: unittests:
stage: test stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment