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

Update build to be Release

parent 274be94d
Branches
No related tags found
1 merge request!3Add test for matrix
Pipeline #81220 passed
...@@ -41,12 +41,12 @@ collect-performance: # This job runs in the test stage. ...@@ -41,12 +41,12 @@ collect-performance: # This job runs in the test stage.
dependencies: dependencies:
- build-job - build-job
before_script: before_script:
- module load spack - module load spack/12.2.0
- module load cmake - module load cmake
- module load boost - module load boost
- module load casacore - module load casacore
script: script:
- cmake -B build . - cmake -B build . -DCMAKE_BUILD_TYPE=Release
- make -C build - make -C build
- build/microbenchmarks --benchmark_out=results.json --benchmark_out_format=json - build/microbenchmarks --benchmark_out=results.json --benchmark_out_format=json
artifacts: artifacts:
...@@ -61,9 +61,9 @@ collect-performance-generic: ...@@ -61,9 +61,9 @@ collect-performance-generic:
stage: test stage: test
image: "$CI_REGISTRY_IMAGE:latest" image: "$CI_REGISTRY_IMAGE:latest"
script: script:
- cmake -B build . - cmake -B build . -DCMAKE_BUILD_TYPE=Release
- make -C build - make -C build
- build/microbenchmarks --benchmark_out=results.json --benchmark_out_format=json - build/microbenchmarks --benchmark_out=results-generic.json --benchmark_out_format=json
artifacts: artifacts:
paths: paths:
- ./results.json - ./results.json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment