summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2019-09-20 10:43:14 +0200
committerValentin Rothberg <rothberg@redhat.com>2019-09-20 10:47:24 +0200
commite2cc41f44e545427eda5c916b089f69ae99e80a9 (patch)
tree049b443dee5e17e0926340c2f14762de69fb5f38 /.cirrus.yml
parent6e10770797c486ba1068d5a6580c7752714905c8 (diff)
add vendor checks to Makefile and the CI
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index d5498eb..fcca28b 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -61,6 +61,8 @@ validate_task:
validate_script:
- make validate
+ - make vendor
+ - ./hack/tree_status.sh
- make
test_task: