Skip to content

Commit

Permalink
ci: build ncurses as curses
Browse files Browse the repository at this point in the history
  • Loading branch information
Explorer09 committed Nov 2, 2024
1 parent d7d1299 commit b90e3cf
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,25 @@ jobs:
./configure \
--prefix=/usr/local \
\
--without-normal \
--without-shared \
--without-cxx-shared \
--with-normal \
--with-shared \
--with-cxx-shared \
\
--enable-reentrant \
--enable-widec \
--disable-widec \
\
--with-debug \
--without-debug \
--without-profile \
--with-termlib=yes \
--with-pthread \
--enable-lib-suffixes \
--enable-pc-files \
--enable-symlinks \
--enable-warnings \
--disable-weak-symbols \
--enable-weak-symbols \
--with-pkg-config=yes \
--disable-overwrite \
--with-curses-h \
--with-extra-suffix=suffix
--enable-overwrite \
--with-curses-h
make -k || :
make -k install DESTDIR=$(pwd)/ncurses-install || :
( cd ncurses-install && find . -ls )
Expand Down

0 comments on commit b90e3cf

Please sign in to comment.