mirror of
https://github.com/curl/curl.git
synced 2025-09-12 23:22:42 +03:00
GHA: add cmake MSYS2 native job
curl, libcurl, examples, build-only. To compare build behaviour with autotools. Closes #13917
This commit is contained in:
parent
5e8d921f55
commit
e5223f3ce0
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user