ci: smoke-test the release script
To make sure that `make release` doesn't suddenly break after we've cut a release, smoke-test the release scripts. The script won't fail if GPG keys aren't found, so running in CI shouldn't be a huge issue. Signed-off-by: Aleksa Sarai <asarai@suse.de>
This commit is contained in:
parent
ed68ee1e10
commit
c24f602407
|
@ -30,4 +30,4 @@ before_install:
|
|||
script:
|
||||
- git-validation -run DCO,short-subject -v
|
||||
- make BUILDTAGS="${BUILDTAGS}"
|
||||
- make BUILDTAGS="${BUILDTAGS}" clean validate test
|
||||
- make BUILDTAGS="${BUILDTAGS}" clean ci
|
||||
|
|
Loading…
Reference in New Issue