Обновить README.md
This commit is contained in:
@@ -54,7 +54,7 @@ node {
|
|||||||
* `create()` - compile final JSON and save it to artifact
|
* `create()` - compile final JSON and save it to artifact
|
||||||
* `copyToHost(path)` - copy final JSON to `path` on your host
|
* `copyToHost(path)` - copy final JSON to `path` on your host
|
||||||
* `get()` - read and parse `platforms_local.json` file from "shstk-platforms" artifact
|
* `get()` - read and parse `platforms_local.json` file from "shstk-platforms" artifact
|
||||||
* `root()` - returns 'platforms' object of current platforms
|
* `root()` - returns root object of current JSON
|
||||||
* `forEach(func, ...)` - iterate over platforms, `func` is only mandatory parameter:
|
* `forEach(func, ...)` - iterate over platforms, `func` is only mandatory parameter:
|
||||||
* `func` - method to execute for each enabled platform, pass JSON element of current platform and optional CMake toolchain argument
|
* `func` - method to execute for each enabled platform, pass JSON element of current platform and optional CMake toolchain argument
|
||||||
* `stagePrefix` - prefix string for `stage`
|
* `stagePrefix` - prefix string for `stage`
|
||||||
|
|||||||
Reference in New Issue
Block a user