]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
added cygwin install test 4073/head
authorYann Collet <cyan@fb.com>
Wed, 12 Jun 2024 16:51:01 +0000 (09:51 -0700)
committerYann Collet <cyan@fb.com>
Wed, 12 Jun 2024 17:57:15 +0000 (10:57 -0700)
.github/workflows/dev-short-tests.yml

index e8c25d2831348b53499ec56d99117bed11808ea1..0269e83690186b95ff0297a0744376f995d08830 100644 (file)
@@ -576,6 +576,11 @@ jobs:
         make -j allzstd &&
         make -C tests fuzzer &&
         ./tests/fuzzer.exe -v -T1m
+    - name: cygwin install test
+      shell: C:\cygwin\bin\bash.exe --noprofile --norc -eo pipefail '{0}'
+      run: >-
+        make -j &&
+        make install
 
   pkg-config:
     runs-on: ubuntu-latest