gitlab-ci: add nitmetrics job
authorJean Privat <jean@pryen.org>
Fri, 1 Mar 2019 02:16:33 +0000 (21:16 -0500)
committerJean Privat <jean@pryen.org>
Fri, 1 Mar 2019 02:25:27 +0000 (21:25 -0500)
Signed-off-by: Jean Privat <jean@pryen.org>

.gitlab-ci.yml

index 51f93e3..37d2b92 100644 (file)
@@ -354,6 +354,16 @@ build_doc:
     paths:
       - nitdoc.out
 
+nitmetrics:
+  stage: more_test
+  dependencies:
+    - build_more_tools
+  script:
+    - nitmetrics --all --log --log-dir nitmetrics.out --dir nitmetrics.out --keep-going lib src
+  artifacts:
+    paths:
+      - nitmetrics.out
+
 build_catalog:
   stage: more_test
   dependencies: