1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-11 21:07:39 +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-readline=$(brew --prefix readline) \
--with-libarchive=$(brew --prefix libarchive) \ --with-libarchive=$(brew --prefix libarchive) \
|| cat config.log || cat config.log
- run: make -j2 - run: make -j2 || true
- run: src/lnav -V - run: env DUMP_CRASH=1 src/lnav -V
- run: make check -j2 - run: make check -j2
workflows: workflows:
build-and-test: build-and-test: