Skip to content
Snippets Groups Projects

Add recipe for doxygen documentation

Closed Florian Uhlig requested to merge f.uhlig/CbmRoot_legacy_svn:master into master
1 file
+ 15
0
Compare changes
  • Side-by-side
  • Inline
+ 15
0
@@ -83,3 +83,18 @@ CbmRoot_Merge:
- pwd
- cat Dart.cfg
- $PWD/Dart.sh Nightly Dart.cfg
pages:
image:
- alpine
tags:
- docker
script:
- apk update && apk add doxygen
- doxygen doxygen/cbmDoxyfile.conf
- mv html-doc/html public/
artifacts:
paths:
- public
only:
- doxgen
Loading