Ajout du Doxyfile et de la génération automtique
continuous-integration/drone/push Build is passing Details

doc
Rémi LAVERGNE 1 year ago
parent 74ac403e4e
commit e9ec9c1675
No known key found for this signature in database
GPG Key ID: 7BCBAE9031E39160

@ -0,0 +1,24 @@
kind: pipeline
type: docker
name: CI
trigger:
when:
branch:
- master
- doc
event:
- push
steps:
- name: generate-and-deploy-docs
image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer:latest
failure: ignore
commands:
- /entrypoint.sh -l /doc -t doxygen
when:
branch:
- master
- doc
event:
- push

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save