File tree Expand file tree Collapse file tree 1 file changed +32
-32
lines changed
Expand file tree Collapse file tree 1 file changed +32
-32
lines changed Original file line number Diff line number Diff line change @@ -40,35 +40,35 @@ jobs:
4040 - name : Run tests
4141 run : ctest --output-on-failure --test-dir build -C Release
4242
43- cygwin :
44- strategy :
45- fail-fast : false
46- runs-on : windows-latest
47- defaults :
48- run :
49- shell : C:\cygwin\bin\bash.exe --login -o igncr '{0}'
50- name : Cygwin
51- steps :
52- - name : Checkout
53- uses : actions/checkout@v4
54- with :
55- fetch-depth : 0
56- - name : Setup cygwin
57- uses : cygwin/cygwin-install-action@master
58- with :
59- packages : >-
60- cmake
61- cygwin-devel
62- gcc-core
63- gcc-g++
64- ninja
65- - name : Configure
66- run : |
67- cmake /cygdrive/d/a/zlib/zlib \
68- -B build \
69- -DCMAKE_BUILD_TYPE=Release \
70- -G Ninja
71- - name : Build
72- run : cmake --build build --config Release
73- - name : Run tests
74- run : ctest --output-on-failure --test-dir build -C Release
43+ # cygwin:
44+ # strategy:
45+ # fail-fast: false
46+ # runs-on: windows-latest
47+ # defaults:
48+ # run:
49+ # shell: C:\cygwin\bin\bash.exe --login -o igncr '{0}'
50+ # name: Cygwin
51+ # steps:
52+ # - name: Checkout
53+ # uses: actions/checkout@v4
54+ # with:
55+ # fetch-depth: 0
56+ # - name: Setup cygwin
57+ # uses: cygwin/cygwin-install-action@master
58+ # with:
59+ # packages: >-
60+ # cmake
61+ # cygwin-devel
62+ # gcc-core
63+ # gcc-g++
64+ # ninja
65+ # - name: Configure
66+ # run: |
67+ # cmake /cygdrive/d/a/zlib/zlib \
68+ # -B build \
69+ # -DCMAKE_BUILD_TYPE=Release \
70+ # -G Ninja
71+ # - name: Build
72+ # run: cmake --build build --config Release
73+ # - name: Run tests
74+ # run: ctest --output-on-failure --test-dir build -C Release
You can’t perform that action at this time.
0 commit comments