CMake: Add initial support for texinfo docs

This commit is contained in:
Marius Greuel
2022-05-11 23:27:55 +02:00
parent 07ed4746be
commit c633255c01
6 changed files with 270 additions and 0 deletions

View File

@@ -47,9 +47,13 @@ jobs:
libusb-1.0-0-dev
libhidapi-dev
libftdi1-dev
texinfo
texlive
texi2html
- name: Configure
run: >-
cmake
-D BUILD_DOC=1
-D DEBUG_CMAKE=1
-D HAVE_LINUXGPIO=1
-D HAVE_LINUXSPI=1