Previously, we'd try to build all the critical stuff first, and then run the tests. Nowadays, it takes a little longer to build the docs (especially some of the docs/cookbook/ stuff), and this isn't needed to run the tests, so let's allow them to parallelize.
3 lines
136 B
Text
3 lines
136 B
Text
redo-ifchange bin/all
|
|
redo minimal/test docs/test t/all _all
|
|
[ -n "$DO_BUILT" ] || echo "Don't forget to test 'minimal/do -c test'" >&2
|