mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-18 09:50:07 +08:00
apidocs with doxygen
This commit is contained in:
12
.gitlab-ci.yml
Normal file
12
.gitlab-ci.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
Reference in New Issue
Block a user