BYO - Protocols for Build, Test, Deploy

Points of reference:

Derived from usage in Oils itself.

Name:

Detection

BYO_COMMAND=detect ./any-executable </dev/null
list-tests
run-tests

# must exit 66?  66 is ASCII 'B'
# and print env

Testing

BYO_COMMAND=list-tests   

BYO_COMMAND=run-tests   
BYO_ARG=foo

Benchmarking

TSV?

Build

Ninja

Deploy

Hm

Logs

Generated on Wed, 10 Jul 2024 17:25:15 +0000