From: Viktor Szakats Date: Mon, 27 May 2024 13:07:23 +0000 (+0200) Subject: GHA: add autotools mingw-64, build-only job X-Git-Tag: curl-8_9_0~380 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d3dbaac3ea59450f8be46343f4cc1fdd01bfaaa3;p=thirdparty%2Fcurl.git GHA: add autotools mingw-64, build-only job Cherry-picked from #13718 Closes #13793 --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 65134291db..35b20820cc 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -145,6 +145,7 @@ jobs: - { build: 'autotools', sys: 'msys' , env: 'x86_64' , tflags: '!19 !1233', config: '--enable-debug --disable-threaded-resolver --disable-proxy' } - { build: 'autotools', sys: 'msys' , env: 'x86_64' , tflags: '!19 !504 !704 !705 !1233', config: '--enable-debug --disable-threaded-resolver' } - { build: 'autotools', sys: 'msys' , env: 'x86_64' , tflags: '!19 !504 !704 !705 !1233', config: '' } + - { build: 'autotools', sys: 'mingw64', env: 'x86_64' , tflags: 'skip' , config: '--enable-debug --disable-threaded-resolver --enable-static=no' } # FIXME: WebSockets test results ignored due to frequent failures on native Windows: - { build: 'cmake' , sys: 'mingw64', env: 'x86_64' , tflags: '!TFTP ~2301 ~2302' , config: '-DENABLE_DEBUG=ON -DBUILD_SHARED_LIBS=OFF -DCURL_USE_SCHANNEL=ON -DENABLE_UNICODE=ON', type: 'Debug' } - { build: 'cmake' , sys: 'mingw64', env: 'x86_64' , tflags: 'skip' , config: '-DENABLE_DEBUG=ON -DBUILD_SHARED_LIBS=OFF -DCURL_USE_SCHANNEL=ON -DENABLE_UNICODE=ON', type: 'Release' } @@ -167,6 +168,7 @@ jobs: mingw-w64-${{ matrix.env }}-cc mingw-w64-${{ matrix.env }}-${{ matrix.build }} make mingw-w64-${{ matrix.env }}-openssl + mingw-w64-${{ matrix.env }}-libssh2 - name: 'autotools configure' if: ${{ matrix.build == 'autotools' }}