Ajout du Doxyfile et de la génération automtique
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
74ac403e4e
commit
e9ec9c1675
@ -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…
Reference in new issue