File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -3,29 +3,39 @@ name: Linux
3
3
on : [push, pull_request]
4
4
5
5
jobs :
6
- gcc10 :
7
- runs-on : ubuntu-latest
6
+ tests :
7
+ runs-on : ${{ matrix.os }}
8
8
strategy :
9
9
matrix :
10
+ os : ["ubuntu-latest"]
10
11
cppstd : ["98", "11", "20"]
11
12
cc : ["gcc-10"]
12
13
cxx : ["g++-10"]
13
14
drafts : ["ON"]
14
15
libzmq : ["4.3.4"]
15
16
libzmqbuild : ["cmake"]
16
17
include :
17
- - cppstd : 11
18
+ - os : " ubuntu-18.04"
19
+ cppstd : 11
18
20
cc : " gcc-7"
19
21
cxx : " g++-7"
20
22
drafts : " OFF"
21
23
libzmq : " 4.2.0"
22
24
libzmqbuild : " pkgconfig"
23
- - cppstd : 20
25
+ - os : " ubuntu-latest"
26
+ cppstd : 20
24
27
cc : " gcc-10"
25
28
cxx : " g++-10"
26
29
drafts : " OFF"
27
30
libzmq : " 4.3.4"
28
31
libzmqbuild : " cmake"
32
+ - os : " ubuntu-latest"
33
+ cppstd : 17
34
+ cc : " clang-12"
35
+ cxx : " clang++-12"
36
+ drafts : " ON"
37
+ libzmq : " 4.3.4"
38
+ libzmqbuild : " cmake"
29
39
30
40
steps :
31
41
- uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments