1
1
mirror of https://github.com/tstack/lnav.git synced 2024-07-15 00:30:36 +03:00

[circleci] debug

This commit is contained in:
Tim Stack 2024-04-01 10:11:56 -07:00
parent 8b85b5960d
commit 523e61bab0

View File

@ -23,8 +23,8 @@ jobs:
--with-readline=$(brew --prefix readline) \
--with-libarchive=$(brew --prefix libarchive) \
|| cat config.log
- run: make -j2
- run: src/lnav -V
- run: make -j2 || true
- run: env DUMP_CRASH=1 src/lnav -V
- run: make check -j2
workflows:
build-and-test: