ref: 40ee6d10deb260b530e08010e3fef029aaf88e4b
parent: 64e75acfa39f613a403034e532c409dbc0f58fd7
author: Ralph Giles <giles@thaumas.net>
date: Fri May 1 18:54:29 EDT 2020
Add a gitlab-ci job to build the documentation. Verify the stand-along Makefile for formatting the API documentation.
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,3 +25,13 @@
- make -C unix check
tags:
- docker
+
+doc:
+ stage: build
+ before_script:
+ - apt-get update &&
+ apt-get install -y doxygen graphviz
+ script:
+ - make -C doc
+ tags:
+ - docker