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 d0697ad commit 9bc45e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-solaris.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,16 @@ jobs:
chown test -R $(pwd)
su - test -c ' \
\
setenv PKG_CONFIG_PATH /usr/lib/64/pkgconfig ; \
\
./configure \
--prefix="$(pwd)/install-prefix" \
--with-screen=ncurses \
--enable-mclib \
--enable-aspell ; \
\
make -j$(nproc) ; \
make -j $(psrinfo -p) ; \
make check ; \
make install ; \
'
Expand Down

0 comments on commit 9bc45e6

Please sign in to comment.