Skip to content

Commit 5111762

Browse files
committed
ci: exercise minimal MSYS pacman runtime
1 parent 0cbe893 commit 5111762

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Build
22

33
on:
44
push:
5+
branches-ignore:
6+
- ci/msys-pacman-smoke
57
pull_request:
68
repository_dispatch:
79
types: [run_build]
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: MSYS pacman two-file smoke
2+
3+
on:
4+
push:
5+
branches:
6+
- ci/msys-pacman-smoke
7+
8+
jobs:
9+
smoke:
10+
runs-on: windows-latest
11+
timeout-minutes: 10
12+
steps:
13+
- uses: actions/checkout@v4
14+
- name: Exercise pacman with only the MSYS runtime DLL
15+
shell: pwsh
16+
run: ./tests/pacman/msys-runtime-smoke.ps1

0 commit comments

Comments
 (0)