Skip to content

Commit d619213

Browse files
committed
fixup! TO-DROP: focus on win+Meson build
1 parent b4a2361 commit d619213

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -43,28 +43,3 @@ jobs:
4343
with:
4444
name: windows-meson-artifacts
4545
path: build
46-
windows-meson-test:
47-
name: win+Meson test
48-
runs-on: windows-latest
49-
needs: [ci-config, windows-meson-build]
50-
strategy:
51-
fail-fast: false
52-
matrix:
53-
nr: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
54-
concurrency:
55-
group: windows-meson-test-${{ matrix.nr }}-${{ github.ref }}
56-
cancel-in-progress: ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
57-
steps:
58-
- uses: actions/checkout@v4
59-
- uses: actions/setup-python@v5
60-
- name: Set up dependencies
61-
shell: pwsh
62-
run: pip install meson ninja
63-
- name: Download build artifacts
64-
uses: actions/download-artifact@v4
65-
with:
66-
name: windows-meson-artifacts
67-
path: build
68-
- name: Test
69-
shell: pwsh
70-
run: meson test -C build --list | Select-Object -Skip 1 | Select-String .* | Group-Object -Property { $_.LineNumber % 10 } | Where-Object Name -EQ ${{ matrix.nr }} | ForEach-Object { meson test -C build --no-rebuild --print-errorlogs $_.Group }

0 commit comments

Comments
 (0)