1
0

Added workflow info to build_commands.md

This commit is contained in:
BlueFox 2024-09-21 14:42:28 +00:00
parent b50dc2a0f0
commit d3c33fca66

View File

@ -1,5 +1,7 @@
Commands I executed for testing the build of cmatrix in a alpine-based docker container.
The workflow: These can be copied to a plain Dockerfile (with only the alpine base and possibly author info already defined) and then cleaned to a single RUN command.
```sh
hostname
git
@ -37,4 +39,4 @@ make
./cmatrix
./cmatrix -b
history
```