We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c817589 commit dec80e2Copy full SHA for dec80e2
.github/workflows/linux.yml
@@ -7,15 +7,15 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- cppstd: ["03", "11", "20"]
+ cppstd: ["98", "11", "20"]
11
buildtype: ["cmake"]
12
drafts: ["ON"]
13
libzmq: ["4.3.4"]
14
include:
15
- cppstd: 11
16
buildtype: "pkgconfig"
17
- drafts: "ON"
18
- libzmq: "4.2.0"
+ drafts: "OFF"
+ libzmq: "4.3.4"
19
- cppstd: 20
20
buildtype: "cmake"
21
drafts: "OFF"
@@ -37,3 +37,4 @@ jobs:
37
BUILD_TYPE: ${{ matrix.buildtype }}
38
ENABLE_DRAFTS: ${{ matrix.drafts }}
39
ZMQ_VERSION: ${{ matrix.libzmq }}
40
+ VERBOSE: 1
0 commit comments