From: Yann Collet Date: Wed, 12 Jun 2024 16:51:01 +0000 (-0700) Subject: added cygwin install test X-Git-Tag: v1.5.7^2~112^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7a84a683fe345342139660b9d3a36328ed5f4b3;p=thirdparty%2Fzstd.git added cygwin install test --- diff --git a/.github/workflows/dev-short-tests.yml b/.github/workflows/dev-short-tests.yml index e8c25d283..0269e8369 100644 --- a/.github/workflows/dev-short-tests.yml +++ b/.github/workflows/dev-short-tests.yml @@ -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