File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,18 +19,18 @@ jobs:
19
19
include :
20
20
- toolset : gcc-4.8
21
21
cxxstd : " 03,11"
22
- os : ubuntu-latest
23
22
container : ubuntu:18.04
23
+ os : ubuntu-latest
24
24
install : g++-4.8
25
25
- toolset : gcc-5
26
26
cxxstd : " 03,11,14,1z"
27
- os : ubuntu-latest
28
27
container : ubuntu:18.04
28
+ os : ubuntu-latest
29
29
install : g++-5
30
30
- toolset : gcc-6
31
31
cxxstd : " 03,11,14,1z"
32
- os : ubuntu-latest
33
32
container : ubuntu:18.04
33
+ os : ubuntu-latest
34
34
install : g++-6
35
35
- toolset : gcc-7
36
36
cxxstd : " 03,11,14,17"
@@ -68,20 +68,20 @@ jobs:
68
68
- toolset : clang
69
69
compiler : clang++-3.9
70
70
cxxstd : " 03,11,14"
71
- os : ubuntu-latest
72
71
container : ubuntu:18.04
72
+ os : ubuntu-latest
73
73
install : clang-3.9
74
74
- toolset : clang
75
75
compiler : clang++-4.0
76
76
cxxstd : " 03,11,14"
77
- os : ubuntu-latest
78
77
container : ubuntu:18.04
78
+ os : ubuntu-latest
79
79
install : clang-4.0
80
80
- toolset : clang
81
81
compiler : clang++-5.0
82
82
cxxstd : " 03,11,14,1z"
83
- os : ubuntu-latest
84
83
container : ubuntu:18.04
84
+ os : ubuntu-latest
85
85
install : clang-5.0
86
86
- toolset : clang
87
87
compiler : clang++-6.0
You can’t perform that action at this time.
0 commit comments