[circleci] debug

circleci-project-setup
Tim Stack 2 months ago
parent 8b85b5960d
commit 523e61bab0

@ -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:

Loading…
Cancel
Save