Skip to content

Commit

Permalink
fixup! Ticket #4170: implement CI via GitHub Actions
Browse files Browse the repository at this point in the history
Signed-off-by: Yury V. Zaytsev <[email protected]>
  • Loading branch information
zyv committed Oct 19, 2024
1 parent f404016 commit d0697ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-solaris.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
release: "11.4-gcc" # autoconf automake developer/gcc/gcc-c libtool gnu-make pkg-config
prepare: |
pkg install --no-backup-be --no-refresh --accept -v \
aspell developer/test/check glib2 libssh2 libx11 slang
aspell check glib2 libssh2 libx11
run: |
./autogen.sh
Expand All @@ -28,11 +28,12 @@ jobs:
su - test -c ' \
./configure \
--prefix="$(pwd)/install-prefix" \
--with-screen=ncurses \
--enable-mclib \
--enable-aspell ; \
\
make -j$(nproc) ; \
# make check ; \
make check ; \
make install ; \
'
Expand Down

0 comments on commit d0697ad

Please sign in to comment.