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

Fix build

parent f9624f0e
No related branches found
No related tags found
No related merge requests found
......@@ -8,11 +8,6 @@ build-job: # This job runs in the build stage, which runs first.
before_script:
- module load spack
- module load cmake
artifacts:
paths:
- build
expire_in: 20 minutes
tags:
- das6-gpu
script:
......@@ -25,7 +20,12 @@ collect-performance: # This job runs in the test stage.
stage: test # It only starts when the job in the build stage completes successfully.
dependencies:
- build-job
before_script:
- module load spack
- module load cmake
script:
- cmake -B build .
- make -C build
- build/microbenchmarks --benchmark_out=results.json --benchmark_out_format=json
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment