run the build script build.sh
A configuration yaml-file should be passed as the first argument with the flag -c to the programm.
It should have the following structure:
cmds:
-
cmd: "programm_to_run"
args:
- "arg1"
- "arg2"
...