|
@@ -29,17 +29,28 @@ on:
|
|
|
description: "Feature Set"
|
|
description: "Feature Set"
|
|
|
type: choice
|
|
type: choice
|
|
|
options:
|
|
options:
|
|
|
- - KSUN+SUSFS+BBG
|
|
|
|
|
|
|
+ - KSUN+SUSFS+BBG+NET
|
|
|
|
|
+ - KSUN+SUSFS
|
|
|
- KSUN+BBG
|
|
- KSUN+BBG
|
|
|
- - KSUN
|
|
|
|
|
|
|
+ - KSUN+NET
|
|
|
- BBG
|
|
- BBG
|
|
|
- None
|
|
- None
|
|
|
- default: KSUN+SUSFS+BBG
|
|
|
|
|
|
|
+ - All
|
|
|
|
|
+ default: All
|
|
|
ksu_commit:
|
|
ksu_commit:
|
|
|
description: "KSU Commit (optional)"
|
|
description: "KSU Commit (optional)"
|
|
|
type: string
|
|
type: string
|
|
|
default: ""
|
|
default: ""
|
|
|
required: false
|
|
required: false
|
|
|
|
|
+ variant:
|
|
|
|
|
+ description: "Build Variant (All, Normal, Bypass, Wild)"
|
|
|
|
|
+ type: choice
|
|
|
|
|
+ options:
|
|
|
|
|
+ - All
|
|
|
|
|
+ - Normal
|
|
|
|
|
+ - Bypass
|
|
|
|
|
+ - Wild
|
|
|
|
|
+ default: Normal
|
|
|
|
|
|
|
|
jobs:
|
|
jobs:
|
|
|
fetch-commits:
|
|
fetch-commits:
|
|
@@ -69,6 +80,7 @@ jobs:
|
|
|
patches_commit: ${{ needs.fetch-commits.outputs.patches_commit }}
|
|
patches_commit: ${{ needs.fetch-commits.outputs.patches_commit }}
|
|
|
susfs_commit: ${{ needs.fetch-commits.outputs.susfs_commit }}
|
|
susfs_commit: ${{ needs.fetch-commits.outputs.susfs_commit }}
|
|
|
feature_set: ${{ inputs.feature_set || 'KSUN+SUSFS+BBG' }}
|
|
feature_set: ${{ inputs.feature_set || 'KSUN+SUSFS+BBG' }}
|
|
|
|
|
+ variant: ${{ inputs.variant || 'Normal' }}
|
|
|
secrets: inherit
|
|
secrets: inherit
|
|
|
|
|
|
|
|
build-a13-5-10:
|
|
build-a13-5-10:
|
|
@@ -82,6 +94,7 @@ jobs:
|
|
|
patches_commit: ${{ needs.fetch-commits.outputs.patches_commit }}
|
|
patches_commit: ${{ needs.fetch-commits.outputs.patches_commit }}
|
|
|
susfs_commit: ${{ needs.fetch-commits.outputs.susfs_commit }}
|
|
susfs_commit: ${{ needs.fetch-commits.outputs.susfs_commit }}
|
|
|
feature_set: ${{ inputs.feature_set || 'KSUN+SUSFS+BBG' }}
|
|
feature_set: ${{ inputs.feature_set || 'KSUN+SUSFS+BBG' }}
|
|
|
|
|
+ variant: ${{ inputs.variant || 'Normal' }}
|
|
|
secrets: inherit
|
|
secrets: inherit
|
|
|
|
|
|
|
|
build-a13-5-15:
|
|
build-a13-5-15:
|
|
@@ -95,6 +108,7 @@ jobs:
|
|
|
patches_commit: ${{ needs.fetch-commits.outputs.patches_commit }}
|
|
patches_commit: ${{ needs.fetch-commits.outputs.patches_commit }}
|
|
|
susfs_commit: ${{ needs.fetch-commits.outputs.susfs_commit }}
|
|
susfs_commit: ${{ needs.fetch-commits.outputs.susfs_commit }}
|
|
|
feature_set: ${{ inputs.feature_set || 'KSUN+SUSFS+BBG' }}
|
|
feature_set: ${{ inputs.feature_set || 'KSUN+SUSFS+BBG' }}
|
|
|
|
|
+ variant: ${{ inputs.variant || 'Normal' }}
|
|
|
secrets: inherit
|
|
secrets: inherit
|
|
|
|
|
|
|
|
build-a14-5-15:
|
|
build-a14-5-15:
|
|
@@ -108,6 +122,7 @@ jobs:
|
|
|
patches_commit: ${{ needs.fetch-commits.outputs.patches_commit }}
|
|
patches_commit: ${{ needs.fetch-commits.outputs.patches_commit }}
|
|
|
susfs_commit: ${{ needs.fetch-commits.outputs.susfs_commit }}
|
|
susfs_commit: ${{ needs.fetch-commits.outputs.susfs_commit }}
|
|
|
feature_set: ${{ inputs.feature_set || 'KSUN+SUSFS+BBG' }}
|
|
feature_set: ${{ inputs.feature_set || 'KSUN+SUSFS+BBG' }}
|
|
|
|
|
+ variant: ${{ inputs.variant || 'Normal' }}
|
|
|
secrets: inherit
|
|
secrets: inherit
|
|
|
|
|
|
|
|
build-a14-6-1:
|
|
build-a14-6-1:
|
|
@@ -121,6 +136,7 @@ jobs:
|
|
|
patches_commit: ${{ needs.fetch-commits.outputs.patches_commit }}
|
|
patches_commit: ${{ needs.fetch-commits.outputs.patches_commit }}
|
|
|
susfs_commit: ${{ needs.fetch-commits.outputs.susfs_commit }}
|
|
susfs_commit: ${{ needs.fetch-commits.outputs.susfs_commit }}
|
|
|
feature_set: ${{ inputs.feature_set || 'KSUN+SUSFS+BBG' }}
|
|
feature_set: ${{ inputs.feature_set || 'KSUN+SUSFS+BBG' }}
|
|
|
|
|
+ variant: ${{ inputs.variant || 'Normal' }}
|
|
|
secrets: inherit
|
|
secrets: inherit
|
|
|
|
|
|
|
|
build-a15-6-6:
|
|
build-a15-6-6:
|
|
@@ -134,6 +150,7 @@ jobs:
|
|
|
patches_commit: ${{ needs.fetch-commits.outputs.patches_commit }}
|
|
patches_commit: ${{ needs.fetch-commits.outputs.patches_commit }}
|
|
|
susfs_commit: ${{ needs.fetch-commits.outputs.susfs_commit }}
|
|
susfs_commit: ${{ needs.fetch-commits.outputs.susfs_commit }}
|
|
|
feature_set: ${{ inputs.feature_set || 'KSUN+SUSFS+BBG' }}
|
|
feature_set: ${{ inputs.feature_set || 'KSUN+SUSFS+BBG' }}
|
|
|
|
|
+ variant: ${{ inputs.variant || 'Normal' }}
|
|
|
secrets: inherit
|
|
secrets: inherit
|
|
|
|
|
|
|
|
build-a16-6-12:
|
|
build-a16-6-12:
|
|
@@ -147,6 +164,7 @@ jobs:
|
|
|
patches_commit: ${{ needs.fetch-commits.outputs.patches_commit }}
|
|
patches_commit: ${{ needs.fetch-commits.outputs.patches_commit }}
|
|
|
susfs_commit: ${{ needs.fetch-commits.outputs.susfs_commit }}
|
|
susfs_commit: ${{ needs.fetch-commits.outputs.susfs_commit }}
|
|
|
feature_set: ${{ inputs.feature_set || 'KSUN+SUSFS+BBG' }}
|
|
feature_set: ${{ inputs.feature_set || 'KSUN+SUSFS+BBG' }}
|
|
|
|
|
+ variant: ${{ inputs.variant || 'Normal' }}
|
|
|
secrets: inherit
|
|
secrets: inherit
|
|
|
|
|
|
|
|
rej:
|
|
rej:
|