mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-01-19 08:46:45 +01:00
Drop 03 and old libzmq
This commit is contained in:
parent
c817589f1e
commit
dec80e2cb1
7
.github/workflows/linux.yml
vendored
7
.github/workflows/linux.yml
vendored
@ -7,15 +7,15 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
cppstd: ["03", "11", "20"]
|
cppstd: ["98", "11", "20"]
|
||||||
buildtype: ["cmake"]
|
buildtype: ["cmake"]
|
||||||
drafts: ["ON"]
|
drafts: ["ON"]
|
||||||
libzmq: ["4.3.4"]
|
libzmq: ["4.3.4"]
|
||||||
include:
|
include:
|
||||||
- cppstd: 11
|
- cppstd: 11
|
||||||
buildtype: "pkgconfig"
|
buildtype: "pkgconfig"
|
||||||
drafts: "ON"
|
drafts: "OFF"
|
||||||
libzmq: "4.2.0"
|
libzmq: "4.3.4"
|
||||||
- cppstd: 20
|
- cppstd: 20
|
||||||
buildtype: "cmake"
|
buildtype: "cmake"
|
||||||
drafts: "OFF"
|
drafts: "OFF"
|
||||||
@ -37,3 +37,4 @@ jobs:
|
|||||||
BUILD_TYPE: ${{ matrix.buildtype }}
|
BUILD_TYPE: ${{ matrix.buildtype }}
|
||||||
ENABLE_DRAFTS: ${{ matrix.drafts }}
|
ENABLE_DRAFTS: ${{ matrix.drafts }}
|
||||||
ZMQ_VERSION: ${{ matrix.libzmq }}
|
ZMQ_VERSION: ${{ matrix.libzmq }}
|
||||||
|
VERBOSE: 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user