Add '.drone.yml'
continuous-integration/drone Build is passing Details

This commit is contained in:
Dorian Zedler 2022-08-05 09:43:05 +02:00
parent 4ac7d19c32
commit 2a33f109d0
1 changed files with 14 additions and 0 deletions

14
.drone.yml Normal file
View File

@ -0,0 +1,14 @@
kind: pipeline
name: default
steps:
- name: build
image: itsblue.dev/plugins/doxygen
settings:
doxyfile: docs/Doxyfile-mcss
- name: publish
image: itsblue.dev/plugins/codeberg-pages-deploy
settings:
folder: docs/html
ssh_key:
from_secret: gitea-ssh-key