Readme: add paragraph on EXTRA args for make

This commit is contained in:
Ralph Lange
2023-03-09 11:37:26 +00:00
parent 6491f0116f
commit 819c2abba0

View File

@@ -189,6 +189,19 @@ Collect the results of your tests and print a summary.
`exec`\ `exec`\
Execute the remainder of the line using the default command shell. Execute the remainder of the line using the default command shell.
## Extra arguments to `make`
You can add additional arguments to the make runs that the `cue.py` script
starts. Put your additional arguments into environment variables named
`EXTRA`, `EXTRA1`, ... `EXTRA5`.
The variables may contain multiple arguments, separated by whitespace.
Use regular shell script quoting (single/double quotes, backslash escapes)
if you need spaces inside an extra argument.
The YAML syntax needed to set environment variables depends on the CI
service and platform. (See the full example configuration file.)
## Setup Files ## Setup Files
Your module might depend on EPICS Base and a few other support modules. Your module might depend on EPICS Base and a few other support modules.