]> wimlib.net Git - wimlib/blobdiff - .github/workflows/ci.yml
Fix win32-test-imagex-capture_and_apply.bat and add to CI
[wimlib] / .github / workflows / ci.yml
index 897d8fb95a9b59f913dac2e7f1d9a7a45656257b..d7919922f016c6b55c3dd495c9b14d3913877dc0 100644 (file)
@@ -169,6 +169,30 @@ jobs:
         name: windows-${{matrix.msystem}}-bin
         path: wimlib-*-bin
 
+  win32-test-imagex-capture-and-apply:
+    name: Run win32-test-imagex-capture_and_apply.bat
+    runs-on: windows-latest
+    defaults:
+      run:
+        shell: msys2 {0}
+    steps:
+    - uses: actions/checkout@v3
+      with:
+        fetch-depth: 0  # Need tags for tools/get-version-number.sh
+    - uses: msys2/setup-msys2@v2
+      with:
+        msystem: MINGW64
+        update: true
+        install: >
+          autoconf
+          automake
+          git
+          libtool
+          make
+          mingw-w64-x86_64-gcc
+          pkgconf
+    - run: tests/win32-test-imagex-capture_and_apply.sh
+
   fuzz-with-libFuzzer:
     name: Fuzz with libFuzzer (${{matrix.target}} ${{matrix.sanitizer}})
     strategy: