mdbtools/.gitlab-ci.yml
2021-01-16 16:05:28 +00:00

13 lines
189 B
YAML

image: ubuntu
pages:
script:
- apt-get update -qq
- apt-get install -y -qq doxygen graphviz python3
- ./api_docx/build_docs.sh
artifacts:
paths:
- public
only:
- dev