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

Fix build

parent f9624f0e
Branches
No related tags found
1 merge request!2Ci cd
Pipeline #81155 passed
...@@ -8,11 +8,6 @@ build-job: # This job runs in the build stage, which runs first. ...@@ -8,11 +8,6 @@ build-job: # This job runs in the build stage, which runs first.
before_script: before_script:
- module load spack - module load spack
- module load cmake - module load cmake
artifacts:
paths:
- build
expire_in: 20 minutes
tags: tags:
- das6-gpu - das6-gpu
script: script:
...@@ -25,7 +20,12 @@ collect-performance: # This job runs in the test stage. ...@@ -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. stage: test # It only starts when the job in the build stage completes successfully.
dependencies: dependencies:
- build-job - build-job
before_script:
- module load spack
- module load cmake
script: script:
- cmake -B 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:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment