Make building docs optional
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Juan José Gutiérrez de Quevedo Pérez 2025-03-23 10:14:34 +01:00
parent 6b610aaa84
commit e9c7141d40
2 changed files with 13 additions and 9 deletions

View file

@ -16,7 +16,7 @@ steps:
image: alpine
commands:
- apk add -t hermes-build-deps --no-cache perl graphviz doxygen gcc make openssl-dev libspf2-dev cmake g++ sqlite-dev gettext-dev
- cmake -B build_dir
- cmake -B build_dir -D BUILD_DOCS=ON
- cmake --build build_dir
- name: docker image build
image: plugins/docker