From 00cbe1d6b1abf6d766bb69c622ee1fcf725d57df Mon Sep 17 00:00:00 2001 From: Vollstrecker Date: Tue, 31 Dec 2024 19:10:41 +0100 Subject: CMake: Disable testing on Cygwin. --- .github/workflows/msys-cygwin.yml | 64 +++++++++++++++++++-------------------- 1 file changed, 32 insertions(+), 32 deletions(-) (limited to '.github') diff --git a/.github/workflows/msys-cygwin.yml b/.github/workflows/msys-cygwin.yml index 5ad7a73..276959b 100644 --- a/.github/workflows/msys-cygwin.yml +++ b/.github/workflows/msys-cygwin.yml @@ -40,35 +40,35 @@ jobs: - name: Run tests run: ctest --output-on-failure --test-dir build -C Release - cygwin: - strategy: - fail-fast: false - runs-on: windows-latest - defaults: - run: - shell: C:\cygwin\bin\bash.exe --login -o igncr '{0}' - name: Cygwin - steps: - - name: Checkout - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - name: Setup cygwin - uses: cygwin/cygwin-install-action@master - with: - packages: >- - cmake - cygwin-devel - gcc-core - gcc-g++ - ninja - - name: Configure - run: | - cmake /cygdrive/d/a/zlib/zlib \ - -B build \ - -DCMAKE_BUILD_TYPE=Release \ - -G Ninja - - name: Build - run: cmake --build build --config Release - - name: Run tests - run: ctest --output-on-failure --test-dir build -C Release +# cygwin: +# strategy: +# fail-fast: false +# runs-on: windows-latest +# defaults: +# run: +# shell: C:\cygwin\bin\bash.exe --login -o igncr '{0}' +# name: Cygwin +# steps: +# - name: Checkout +# uses: actions/checkout@v4 +# with: +# fetch-depth: 0 +# - name: Setup cygwin +# uses: cygwin/cygwin-install-action@master +# with: +# packages: >- +# cmake +# cygwin-devel +# gcc-core +# gcc-g++ +# ninja +# - name: Configure +# run: | +# cmake /cygdrive/d/a/zlib/zlib \ +# -B build \ +# -DCMAKE_BUILD_TYPE=Release \ +# -G Ninja +# - name: Build +# run: cmake --build build --config Release +# - name: Run tests +# run: ctest --output-on-failure --test-dir build -C Release -- cgit v1.2.3-55-g6feb