GHA: Include Windows .NET editor in test builds

This commit is contained in:
Serhii Snitsaruk 2023-12-29 15:22:33 +01:00
parent 6ed5bc8203
commit fb36b6902d
3 changed files with 7 additions and 7 deletions

View File

@ -11,7 +11,7 @@ on:
type: string type: string
default: master default: master
test-build: test-build:
description: Is this a test build? In other words, should we only build a classical editor? description: Should we perform only a limited number of test builds?
type: boolean type: boolean
default: false default: false
@ -26,7 +26,7 @@ on:
type: string type: string
default: master default: master
test-build: test-build:
description: Is this a test build? In other words, should we only build a classical editor? description: Should we perform only a limited number of test builds?
type: boolean type: boolean
default: false default: false

View File

@ -11,7 +11,7 @@ on:
type: string type: string
default: master default: master
test-build: test-build:
description: Is this a test build? In other words, should we only build a classical editor? description: Should we perform only a limited number of test builds?
type: boolean type: boolean
default: false default: false
@ -26,7 +26,7 @@ on:
type: string type: string
default: master default: master
test-build: test-build:
description: Is this a test build? In other words, should we only build a classical editor? description: Should we perform only a limited number of test builds?
type: boolean type: boolean
default: false default: false

View File

@ -11,7 +11,7 @@ on:
type: string type: string
default: master default: master
test-build: test-build:
description: Is this a test build? In other words, should we only build a classical editor? description: Should we perform only a limited number of test builds?
type: boolean type: boolean
default: false default: false
@ -26,7 +26,7 @@ on:
type: string type: string
default: master default: master
test-build: test-build:
description: Is this a test build? In other words, should we only build a classical editor? description: Should we perform only a limited number of test builds?
type: boolean type: boolean
default: false default: false
@ -86,7 +86,7 @@ jobs:
target: editor target: editor
arch: x86_64 arch: x86_64
build-mono: true build-mono: true
should-build: ${{ !inputs.test-build }} should-build: true
- name: Template .NET (x86_64, release) - name: Template .NET (x86_64, release)
target: template_release target: template_release