The world's tiniest per-project build/test execution?

This commit is contained in:
Daniel Lundin 2022-07-28 10:55:15 +02:00
parent fa80daa419
commit dacae13daf
2 changed files with 5 additions and 1 deletions

4
bin/tmux-build-helper Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -ef -o pipefail
eval "$(direnv export bash)"
eval "${BUILD_COMMAND:-echo 'BUILD_COMMAND not set'}" | bat --paging=always