mirror of
https://github.com/zeromq/cppzmq.git
synced 2024-12-13 10:52:57 +01:00
ci: update to libzmq 4.3.5
This commit is contained in:
parent
01bcc7d474
commit
2fd8bfc747
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
cc: ["gcc-10"]
|
cc: ["gcc-10"]
|
||||||
cxx: ["g++-10"]
|
cxx: ["g++-10"]
|
||||||
drafts: ["ON"]
|
drafts: ["ON"]
|
||||||
libzmq: ["4.3.4"]
|
libzmq: ["4.3.5"]
|
||||||
libzmqbuild: ["cmake"]
|
libzmqbuild: ["cmake"]
|
||||||
include:
|
include:
|
||||||
# older libzmq and without draft
|
# older libzmq and without draft
|
||||||
@ -33,7 +33,7 @@ jobs:
|
|||||||
cc: "gcc-11"
|
cc: "gcc-11"
|
||||||
cxx: "g++-11"
|
cxx: "g++-11"
|
||||||
drafts: "OFF"
|
drafts: "OFF"
|
||||||
libzmq: "4.3.4"
|
libzmq: "4.3.5"
|
||||||
libzmqbuild: "cmake"
|
libzmqbuild: "cmake"
|
||||||
# coverage (gcc version should match gcov version)
|
# coverage (gcc version should match gcov version)
|
||||||
- os: "ubuntu-20.04"
|
- os: "ubuntu-20.04"
|
||||||
@ -41,7 +41,7 @@ jobs:
|
|||||||
cc: "gcc-9"
|
cc: "gcc-9"
|
||||||
cxx: "g++-9"
|
cxx: "g++-9"
|
||||||
drafts: "ON"
|
drafts: "ON"
|
||||||
libzmq: "4.3.4"
|
libzmq: "4.3.5"
|
||||||
libzmqbuild: "cmake"
|
libzmqbuild: "cmake"
|
||||||
coverage: "-DCOVERAGE=ON"
|
coverage: "-DCOVERAGE=ON"
|
||||||
aptinstall: "lcov"
|
aptinstall: "lcov"
|
||||||
@ -51,7 +51,7 @@ jobs:
|
|||||||
cc: "clang-12"
|
cc: "clang-12"
|
||||||
cxx: "clang++-12"
|
cxx: "clang++-12"
|
||||||
drafts: "ON"
|
drafts: "ON"
|
||||||
libzmq: "4.3.4"
|
libzmq: "4.3.5"
|
||||||
libzmqbuild: "cmake"
|
libzmqbuild: "cmake"
|
||||||
# macos
|
# macos
|
||||||
- os: "macos-latest"
|
- os: "macos-latest"
|
||||||
@ -59,7 +59,7 @@ jobs:
|
|||||||
cc: "clang"
|
cc: "clang"
|
||||||
cxx: "clang++"
|
cxx: "clang++"
|
||||||
drafts: "OFF"
|
drafts: "OFF"
|
||||||
libzmq: "4.3.4"
|
libzmq: "4.3.5"
|
||||||
libzmqbuild: false
|
libzmqbuild: false
|
||||||
brewinstall: "zeromq"
|
brewinstall: "zeromq"
|
||||||
# windows
|
# windows
|
||||||
@ -68,7 +68,7 @@ jobs:
|
|||||||
cc: "msbuild"
|
cc: "msbuild"
|
||||||
cxx: "msbuild"
|
cxx: "msbuild"
|
||||||
drafts: "ON"
|
drafts: "ON"
|
||||||
libzmq: "4.3.4"
|
libzmq: "4.3.5"
|
||||||
libzmqbuild: "cmake"
|
libzmqbuild: "cmake"
|
||||||
platform: "-Ax64"
|
platform: "-Ax64"
|
||||||
- os: "windows-2022"
|
- os: "windows-2022"
|
||||||
@ -76,7 +76,7 @@ jobs:
|
|||||||
cc: "msbuild"
|
cc: "msbuild"
|
||||||
cxx: "msbuild"
|
cxx: "msbuild"
|
||||||
drafts: "ON"
|
drafts: "ON"
|
||||||
libzmq: "4.3.4"
|
libzmq: "4.3.5"
|
||||||
libzmqbuild: "cmake"
|
libzmqbuild: "cmake"
|
||||||
platform: "-Ax64"
|
platform: "-Ax64"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user