add reuse ci step
This commit is contained in:
parent
4a169c7111
commit
e792c94dea
1 changed files with 9 additions and 0 deletions
|
@ -36,6 +36,15 @@ test:
|
||||||
junit:
|
junit:
|
||||||
- junit.xml
|
- junit.xml
|
||||||
|
|
||||||
|
reuse:
|
||||||
|
stage: test
|
||||||
|
image:
|
||||||
|
name: fsfe/reuse:latest
|
||||||
|
entrypoint: [""]
|
||||||
|
before_script: []
|
||||||
|
script:
|
||||||
|
- reuse lint
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue