Version 1.0.1
[mdbtools.git] / .gitlab-ci.yml
bloba1602e4ffce65a0a9f92455b907395b60e45ce78
1 image: ubuntu
3 pages:
4   script:
5   - apt-get update -qq
6   - apt-get install -y -qq doxygen graphviz python3
7   - ./api_docx/build_docs.sh
8   artifacts:
9     paths:
10     - public
11   only:
12   - dev