14 - uses: actions/checkout@v4
16 - name: Install dependencies
18 dnf install -y autoconf automake gcc gettext-devel groff libtool make pkgconfig
19 dnf install -y aspell-devel check-devel gpm-devel libX11-devel "pkgconfig(ext2fs)" "pkgconfig(glib-2.0)" "pkgconfig(gmodule-2.0)" "pkgconfig(libssh2)" "pkgconfig(slang)"
22 dnf install -y glibc-gconv-extra util-linux
24 - name: Lint documentation
25 working-directory: maint
28 - name: Bootstrap build system
31 - name: Build default configuration
33 useradd --home "$(pwd)" test
34 chown -R test "$(pwd)"
38 --prefix="$(pwd)/install-prefix" \
49 - uses: actions/upload-artifact@v4
52 name: test-suite-logs-fedora
53 path: ./**/test-suite.log