Add Avalonia launcher builds to PR workflow
This commit is contained in:
parent
c15801d064
commit
e3b0fe11dd
1 changed files with 24 additions and 0 deletions
24
.github/workflows/LANCommander.PR.yml
vendored
24
.github/workflows/LANCommander.PR.yml
vendored
|
|
@ -199,3 +199,27 @@ jobs:
|
|||
build_arch: x64
|
||||
build_platform: Windows
|
||||
build_configuration: Debug
|
||||
|
||||
build_launcher_avalonia_linux_x64:
|
||||
needs: [prep]
|
||||
uses: ./.github/workflows/LANCommander.Launcher.Avalonia.yml
|
||||
with:
|
||||
build_dotnet_version: ${{ needs.prep.outputs.build_dotnet_version }}
|
||||
version_semver: ${{ needs.prep.outputs.version_semver }}
|
||||
version_tag: ${{ needs.prep.outputs.version_tag }}
|
||||
build_runtime: linux-x64
|
||||
build_arch: x64
|
||||
build_platform: Linux
|
||||
build_configuration: Debug
|
||||
|
||||
build_launcher_avalonia_win_x64:
|
||||
needs: [prep]
|
||||
uses: ./.github/workflows/LANCommander.Launcher.Avalonia.yml
|
||||
with:
|
||||
build_dotnet_version: ${{ needs.prep.outputs.build_dotnet_version }}
|
||||
version_semver: ${{ needs.prep.outputs.version_semver }}
|
||||
version_tag: ${{ needs.prep.outputs.version_tag }}
|
||||
build_runtime: win-x64
|
||||
build_arch: x64
|
||||
build_platform: Windows
|
||||
build_configuration: Debug
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue