diff options
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. |