From: Viktor Szakats Date: Mon, 10 Jun 2024 21:10:47 +0000 (+0200) Subject: GHA: add cmake MSYS2 native job X-Git-Tag: curl-8_9_0~266 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e5223f3ce049d1799f33d025718fee15d9f5cba7;p=thirdparty%2Fcurl.git GHA: add cmake MSYS2 native job curl, libcurl, examples, build-only. To compare build behaviour with autotools. Closes #13917 --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 8557d6b47b..5f03d0504b 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -164,6 +164,7 @@ jobs: include: - { 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: 'cmake' , sys: 'msys' , env: 'x86_64' , tflags: 'skipall' , config: '-DENABLE_DEBUG=ON -DENABLE_THREADED_RESOLVER=OFF' } - { build: 'autotools', sys: 'msys' , env: 'x86_64' , tflags: '!19 !504 !704 !705 !1233', config: '' } - { build: 'autotools', sys: 'mingw64', env: 'x86_64' , tflags: 'skiprun' , config: '--enable-debug --disable-threaded-resolver --disable-curldebug --enable-static=no' } # FIXME: WebSockets test results ignored due to frequent failures on native Windows: