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

Use docker image

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