Also trigger tests and linting on changes to CI
.gitlab-ci.yml: Also trigger tests and linting on changes to .gitlab-ci.yml.
This commit is contained in:
parent
c75c3ee7ee
commit
b9bbe3f1d4
@ -16,6 +16,7 @@ lint:
|
|||||||
- keyringctl
|
- keyringctl
|
||||||
- libkeyringctl/*
|
- libkeyringctl/*
|
||||||
- test/*
|
- test/*
|
||||||
|
- .gitlab-ci.yml
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
@ -29,6 +30,7 @@ test:
|
|||||||
- keyringctl
|
- keyringctl
|
||||||
- libkeyringctl/*
|
- libkeyringctl/*
|
||||||
- test/*
|
- test/*
|
||||||
|
- .gitlab-ci.yml
|
||||||
|
|
||||||
build_install:
|
build_install:
|
||||||
stage: test
|
stage: test
|
||||||
|
Loading…
Reference in New Issue
Block a user