mirror of
https://github.com/zeromq/cppzmq.git
synced 2024-12-12 10:33:52 +01:00
Remove old compilers
This commit is contained in:
parent
cce9e9dbe5
commit
13becaea53
24
.github/workflows/ci.yml
vendored
24
.github/workflows/ci.yml
vendored
@ -19,32 +19,14 @@ jobs:
|
|||||||
libzmq: ["4.3.4"]
|
libzmq: ["4.3.4"]
|
||||||
libzmqbuild: ["cmake"]
|
libzmqbuild: ["cmake"]
|
||||||
include:
|
include:
|
||||||
# older libzmq and gcc without draft
|
# older libzmq and without draft
|
||||||
- os: "ubuntu-22.04"
|
- os: "ubuntu-22.04"
|
||||||
cppstd: "11"
|
cppstd: "11"
|
||||||
cc: "gcc-7"
|
cc: "gcc-11"
|
||||||
cxx: "g++-7"
|
cxx: "g++-11"
|
||||||
drafts: "OFF"
|
drafts: "OFF"
|
||||||
libzmq: "4.2.0"
|
libzmq: "4.2.0"
|
||||||
libzmqbuild: "pkgconfig"
|
libzmqbuild: "pkgconfig"
|
||||||
# gcc 4.8
|
|
||||||
- os: "ubuntu-22.04"
|
|
||||||
cppstd: "11"
|
|
||||||
cc: "gcc-4.8"
|
|
||||||
cxx: "g++-4.8"
|
|
||||||
drafts: "ON"
|
|
||||||
libzmq: "4.3.4"
|
|
||||||
libzmqbuild: "cmake"
|
|
||||||
aptinstall: "gcc-4.8 g++-4.8"
|
|
||||||
# gcc 5
|
|
||||||
- os: "ubuntu-22.04"
|
|
||||||
cppstd: "11"
|
|
||||||
cc: "gcc-5"
|
|
||||||
cxx: "g++-5"
|
|
||||||
drafts: "ON"
|
|
||||||
libzmq: "4.3.4"
|
|
||||||
libzmqbuild: "cmake"
|
|
||||||
aptinstall: "gcc-5 g++-5"
|
|
||||||
# without draft
|
# without draft
|
||||||
- os: "ubuntu-latest"
|
- os: "ubuntu-latest"
|
||||||
cppstd: "20"
|
cppstd: "20"
|
||||||
|
Loading…
Reference in New Issue
Block a user