There was an error while loading. Please reload this page.
1 parent 0cbe893 commit 5111762Copy full SHA for 5111762
2 files changed
.github/workflows/build.yml
@@ -2,6 +2,8 @@ name: Build
2
3
on:
4
push:
5
+ branches-ignore:
6
+ - ci/msys-pacman-smoke
7
pull_request:
8
repository_dispatch:
9
types: [run_build]
.github/workflows/msys-pacman-smoke.yml
@@ -0,0 +1,16 @@
1
+name: MSYS pacman two-file smoke
+
+on:
+ push:
+ branches:
+jobs:
+ 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