From 85b784c53f3b0fcd249f39403a6fc1c0cf693c3b Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sat, 4 Oct 2025 20:56:30 +0200 Subject: 10-freebsd14-msys-sciteco: also build Doxygen documentation This is what the Github CI workflow did previously. --- .fmsbw/10-freebsd14-msys-sciteco | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3