GHA: Include Windows .NET editor in test builds
This commit is contained in:
parent
6ed5bc8203
commit
fb36b6902d
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue