manual: CI check with nitunit
authorJean Privat <jean@pryen.org>
Thu, 26 Sep 2019 19:57:35 +0000 (15:57 -0400)
committerJean Privat <jean@pryen.org>
Thu, 26 Sep 2019 19:57:35 +0000 (15:57 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

.gitlab-ci.yml

index fd21031..d4e5928 100644 (file)
@@ -333,6 +333,20 @@ bench_fast:
       - benchmarks/*.gnu
     when: always
 
+nitunit_manual:
+  stage: more_test
+  dependencies:
+    - build_tools
+  script:
+    - nitunit doc/manual/*.nit
+    - junit2html nitunit.xml
+  artifacts:
+    paths:
+      - nitunit.xml*
+    when: always
+    reports:
+      junit:
+        - nitunit.xml
 
 # MORE TOOLS ########################################################