diff options
author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2025-10-04 20:56:30 +0200 |
---|---|---|
committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2025-10-04 21:04:54 +0200 |
commit | 85b784c53f3b0fcd249f39403a6fc1c0cf693c3b (patch) | |
tree | f51cc5a1a9602159849f82ac89408b82fac02de7 /.fmsbw/10-freebsd14-msys-sciteco | |
parent | b493b517601219840331d32f405960a81a0c0df3 (diff) | |
download | sciteco-85b784c53f3b0fcd249f39403a6fc1c0cf693c3b.tar.gz |
10-freebsd14-msys-sciteco: also build Doxygen documentation
This is what the Github CI workflow did previously.
Diffstat (limited to '.fmsbw/10-freebsd14-msys-sciteco')
-rwxr-xr-x | .fmsbw/10-freebsd14-msys-sciteco | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.fmsbw/10-freebsd14-msys-sciteco b/.fmsbw/10-freebsd14-msys-sciteco index 0bf4a94..1c71b17 100755 --- a/.fmsbw/10-freebsd14-msys-sciteco +++ b/.fmsbw/10-freebsd14-msys-sciteco @@ -8,7 +8,7 @@ export ASSUME_ALWAYS_YES=yes #pkg update #pkg install FreeBSD-clang FreeBSD-clibs-dev \ # gmake pkgconf autoconf automake libtool \ -# glib gtk3 groff lowdown valgrind +# glib gtk3 groff doxygen lowdown valgrind # #pkg install llvm21 gnugrep gmake coreutils gsed gawk git wget gnupg bash groff zip autoconf automake libtool python3 #pkg remove FreeBSD-clang @@ -49,6 +49,9 @@ gmake check TESTSUITEFLAGS="--verbose --color=never --valgrind" # under CI with --valgrind. gmake distcheck +# Test building Doxygen documentation +gmake -C doc devdoc + gmake install # TODO: Also automatically rebuild the cheat sheet. |