mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 06:28:29 +01:00
26 lines
636 B
JSON
26 lines
636 B
JSON
|
{
|
||
|
"targets" : {
|
||
|
"Build all" :{
|
||
|
"jobs": [
|
||
|
{
|
||
|
"name": "batch",
|
||
|
"data": {
|
||
|
"target": "release"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"Release": {
|
||
|
"require": ["backend"],
|
||
|
"jobs": [
|
||
|
{
|
||
|
"name": "lua-exec",
|
||
|
"data": {
|
||
|
"path": "home://workspace/antosdk-apps/release.lua",
|
||
|
"params": {}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|