Skip to content

Commit

Permalink
Merge pull request #5 from vrchat-community/feature/add-multipackage-…
Browse files Browse the repository at this point in the history
…target

Feature/add multipackage target
  • Loading branch information
momo-the-monster authored Mar 30, 2023
2 parents 8adebcf + 9a41e67 commit a3c757b
Show file tree
Hide file tree
Showing 5 changed files with 452 additions and 219 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
temp/
bin/
obj/
.vscode/
docs/
32 changes: 16 additions & 16 deletions .nuke/build.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,14 @@
"build": {
"type": "object",
"properties": {
"Configuration": {
"type": "string",
"description": "Configuration to build - Default is 'Debug' (local) or 'Release' (server)",
"enum": [
"Debug",
"Release"
]
},
"Continue": {
"type": "boolean",
"description": "Indicates to continue a previously failed build attempt"
},
"CurrentListingUrl": {
"type": "string",
"description": "Path to existing index.json file, typically https://{owner}.github.io/{repo}/index.json"
},
"CurrentPackageName": {
"type": "string",
"description": "PackageName"
Expand Down Expand Up @@ -51,14 +47,18 @@
"type": "string",
"description": "Directory to save index into"
},
"LocalTestPackagesPath": {
"type": "string",
"description": "Path to Target Package"
},
"NoLogo": {
"type": "boolean",
"description": "Disables displaying the NUKE logo"
},
"PackageListingSourceFilename": {
"type": "string",
"description": "Filename of source json"
},
"PackageListingSourceFolder": {
"type": "string",
"description": "Path to Target Listing Root"
},
"Partition": {
"type": "string",
"description": "Partition to use on CI"
Expand All @@ -84,8 +84,8 @@
"items": {
"type": "string",
"enum": [
"BuildRepoListing",
"RebuildHomePage"
"BuildMultiPackageListing",
"BuildRepoListing"
]
}
},
Expand All @@ -95,8 +95,8 @@
"items": {
"type": "string",
"enum": [
"BuildRepoListing",
"RebuildHomePage"
"BuildMultiPackageListing",
"BuildRepoListing"
]
}
},
Expand Down
Loading

0 comments on commit a3c757b

Please sign in to comment.