mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 12:42:34 +01:00
GENie 1196. (#350)
This commit is contained in:
committed by
GitHub
parent
54941d2a3c
commit
0e221f9844
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@@ -14,11 +14,13 @@ jobs:
|
|||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
include: [
|
include: [
|
||||||
{ config: Debug, platform: x64, bindir: 'win64_vs2022' },
|
{ config: Debug, platform: x64, bindir: 'win64_vs2022', genie-action: 'vs2022', solution-ext: 'sln' },
|
||||||
{ config: Release, platform: x64, bindir: 'win64_vs2022' },
|
{ config: Release, platform: x64, bindir: 'win64_vs2022', genie-action: 'vs2022', solution-ext: 'sln' },
|
||||||
|
# { config: Debug, platform: x64, bindir: 'win64_vs2026', genie-action: 'vs2026', solution-ext: 'slnx' },
|
||||||
|
# { config: Release, platform: x64, bindir: 'win64_vs2026', genie-action: 'vs2026', solution-ext: 'slnx' },
|
||||||
]
|
]
|
||||||
name: msvc-${{ matrix.config }}-${{ matrix.platform }}
|
name: msvc-${{ matrix.config }}-${{ matrix.platform }}
|
||||||
runs-on: windows-2022
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout bx
|
- name: Checkout bx
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -31,8 +33,8 @@ jobs:
|
|||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
cd bx
|
cd bx
|
||||||
tools\bin\windows\genie.exe vs2022
|
tools\bin\windows\genie.exe ${{ matrix.genie-action }}
|
||||||
msbuild ".build/projects/vs2022/bx.sln" /m /v:minimal /p:Configuration=${{ matrix.config }} /p:Platform=${{ matrix.platform }}
|
msbuild ".build/projects/${{ matrix.genie-action }}/bx.${{ matrix.solution-ext }}" /m /v:minimal /p:Configuration=${{ matrix.config }} /p:Platform=${{ matrix.platform }}
|
||||||
- name: Check
|
- name: Check
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user