From e5223f3ce049d1799f33d025718fee15d9f5cba7 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 10 Jun 2024 23:10:47 +0200 Subject: [PATCH] GHA: add cmake MSYS2 native job curl, libcurl, examples, build-only. To compare build behaviour with autotools. Closes #13917 --- .github/workflows/windows.yml | 1 + 1 file changed, 1 insertion(+) 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: -- 2.47.3