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.
2 parents 9521e03 + dec80e2 commit 784ce47Copy full SHA for 784ce47
.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"
@@ -33,7 +33,8 @@ jobs:
33
env:
34
CC: gcc-10
35
CXX: g++-10
36
- CMAKE_CPP_STD: DCMAKE_CXX_STANDARD=${{ matrix.cppstd }}
+ CMAKE_CPP_STD: -DCMAKE_CXX_STANDARD=${{ matrix.cppstd }}
37
BUILD_TYPE: ${{ matrix.buildtype }}
38
ENABLE_DRAFTS: ${{ matrix.drafts }}
39
ZMQ_VERSION: ${{ matrix.libzmq }}
40
+ VERBOSE: 1
0 commit comments