This repository was archived by the owner on Feb 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,14 @@ jobs:
1515
1616 - name : Install dependencies
1717 run : |
18- dnf install -y autoconf automake gcc gettext-devel groff libtool make pkgconfig
18+ dnf install -y autoconf automake clang-tools-extra gcc gettext-devel git groff libtool make pkgconfig
1919 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)"
2020
2121 # For tests
2222 dnf install -y glibc-gconv-extra util-linux
2323
24+ - run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
25+
2426 - name : Lint documentation
2527 working-directory : maint
2628 run : ./doctest
4143 --enable-werror \
4244 && \
4345 \
46+ make indent && \
47+ git diff --exit-code && \
48+ \
4449 make -j$(nproc) && \
4550 make check && \
4651 make install \
Original file line number Diff line number Diff line change 1919
2020 - name : Install dependencies
2121 run : |
22- brew install autoconf automake gettext check gnu-indent libtool pkg-config
22+ brew install autoconf automake gettext check libtool pkg-config
2323 brew install aspell e2fsprogs glib libssh2 openssl s-lang
2424
2525 # unzip is part of the base system
Original file line number Diff line number Diff line change 1313
1414 - name : Install dependencies
1515 run : |
16- sudo apt-get install -y autoconf autopoint check gettext indent libtool pkg-config
16+ sudo apt-get install -y autoconf autopoint check gettext libtool pkg-config
1717 sudo apt-get install -y e2fslibs-dev libaspell-dev libglib2.0-dev libgpm-dev libncurses5-dev libpcre2-dev libslang2-dev libssh2-1-dev libx11-dev unzip
1818
1919 - name : Bootstrap build system
3939 --enable-vfs-undelfs \
4040 --enable-werror
4141
42- make indent
43- # TODO: exit 1
44- git ls-files --modified
45-
4642 make -j$(nproc)
4743 make check
4844 make install
You can’t perform that action at this time.
0 commit comments