Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Break long line
  • Loading branch information
hlovdal committed Jan 20, 2023
commit ad198305a08df48b34e0c216ccf3f89326e4b3ba
10 changes: 8 additions & 2 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,14 @@ This specifies the minimum free SRAM memory for stack/heap, in bytes, that _must

### `CUSTOM_INIT_SCRIPT` environment variable

If set, testing will execute (using `/bin/sh`) the script referred to by this variable -- relative to the current working directory (i.e. the root directory of the library). The script will _run_ in the Arduino Libraries directory (changing to the Libraries directory, running the script, and returning to the individual library root afterward). This enables use cases like the GitHub action to install custom library versions (i.e. a version of a library that is different than what the library manager would automatically install by name) prior to CI test runs.

If set, testing will execute (using `/bin/sh`) the script referred to by this
variable -- relative to the current working directory (i.e. the root directory
of the library). The script will _run_ in the Arduino Libraries directory
(changing to the Libraries directory, running the script, and returning to the
individual library root afterward). This enables use cases like the GitHub
action to install custom library versions (i.e. a version of a library that
is different than what the library manager would automatically install by name)
prior to CI test runs.

### `USE_SUBDIR` environment variable

Expand Down