mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
update nuke build schema
This commit is contained in:
parent
8645308b1c
commit
d1f31b3e81
1 changed files with 8 additions and 1 deletions
|
|
@ -33,16 +33,23 @@
|
||||||
"GitHubActions",
|
"GitHubActions",
|
||||||
"GitLab",
|
"GitLab",
|
||||||
"Jenkins",
|
"Jenkins",
|
||||||
|
"Rider",
|
||||||
"SpaceAutomation",
|
"SpaceAutomation",
|
||||||
"TeamCity",
|
"TeamCity",
|
||||||
"Terminal",
|
"Terminal",
|
||||||
"TravisCI"
|
"TravisCI",
|
||||||
|
"VisualStudio",
|
||||||
|
"VSCode"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"NoLogo": {
|
"NoLogo": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Disables displaying the NUKE logo"
|
"description": "Disables displaying the NUKE logo"
|
||||||
},
|
},
|
||||||
|
"Partition": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "Partition to use on CI"
|
||||||
|
},
|
||||||
"Plan": {
|
"Plan": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Shows the execution plan (HTML)"
|
"description": "Shows the execution plan (HTML)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue