9
This commit is contained in:
@@ -25,7 +25,7 @@ class SDK {
|
|||||||
}
|
}
|
||||||
//steps.print("Finally")
|
//steps.print("Finally")
|
||||||
//steps.print("file: /${steps.env.SHSSDK_DIR}/platforms.json")
|
//steps.print("file: /${steps.env.SHSSDK_DIR}/platforms.json")
|
||||||
pl._root = steps.readJSON(file: '${steps.env.SHSSDK_DIR}/platforms.json')
|
pl._root = steps.readJSON(file: "${steps.env.SHSSDK_DIR}/platforms.json")
|
||||||
pl.forEach ({ dist, cmake_toolchain ->
|
pl.forEach ({ dist, cmake_toolchain ->
|
||||||
print("compile in ${dist.docker_image} with arg ${cmake_toolchain}")
|
print("compile in ${dist.docker_image} with arg ${cmake_toolchain}")
|
||||||
// steps.docker.image("${dist.docker_image}-shssdk").inside() {
|
// steps.docker.image("${dist.docker_image}-shssdk").inside() {
|
||||||
|
|||||||
Reference in New Issue
Block a user