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 Nov 3, 2024
1 parent 5711f60 commit 0e54f64
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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,9 +40,9 @@ jobs:
--disable-weak-symbols \
--with-pkg-config=yes \
--disable-overwrite \
--without-curses-h
make
make install DESTDIR=$(pwd)/ncurses-install
--with-curses-h
make -k || :
make -k install DESTDIR=$(pwd)/ncurses-install || :
( cd ncurses-install && find . -ls )
build-ubuntu-latest-minimal-gcc:
Expand Down

0 comments on commit 0e54f64

Please sign in to comment.