Commit f18e4eb6 authored by Federico Vaga's avatar Federico Vaga

sw: add REUSE job to gitlab CI

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 72141582
......@@ -6,8 +6,14 @@ variables:
BUILD_PATH: ${DIST_PATH}/build
stages:
- static-analysis
- build
- tools
reuse:
stage: static-analysis
image: fsfe/reuse:latest
script:
- reuse lint
build:
stage: build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment