Skip to content

Commit

Permalink
ci: build debug ncurses
Browse files Browse the repository at this point in the history
  • Loading branch information
Explorer09 committed Oct 27, 2024
1 parent 3f38f62 commit 7e77db8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
./configure \
--prefix=/usr/local \
\
--with-normal \
--with-shared \
--with-cxx-shared \
--without-normal \
--without-shared \
--without-cxx-shared \
\
--enable-reentrant \
--enable-widec \
\
--with-debug \
--with-profile \
--without-profile \
--with-termlib=yes \
--with-pthread \
--enable-lib-suffixes \
Expand All @@ -40,7 +40,7 @@ jobs:
--disable-weak-symbols \
--with-pkg-config=yes \
--disable-overwrite \
--without-curses-h
--with-curses-h
make
make install DESTDIR=$(pwd)/ncurses-install
( cd ncurses-install && find . -ls )
Expand Down

0 comments on commit 7e77db8

Please sign in to comment.