File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -109,10 +109,6 @@ jobs:
109
109
gcc8 :
110
110
containerImage : gcc:8
111
111
cli11.std : 17
112
- gcc4.8 :
113
- containerImage : gcc:4.8
114
- cli11.std : 11
115
- cli11.options :
116
112
clang3.4 :
117
113
containerImage : silkeh/clang:3.4
118
114
cli11.std : 11
@@ -133,3 +129,19 @@ jobs:
133
129
- template : .ci/azure-cmake.yml
134
130
- template : .ci/azure-build.yml
135
131
- template : .ci/azure-test.yml
132
+
133
+ - job : Docker2
134
+ variables :
135
+ cli11.single : OFF
136
+ pool :
137
+ vmImage : " ubuntu-latest"
138
+ strategy :
139
+ matrix :
140
+ gcc4.8 :
141
+ containerImage : helics/buildenv:gcc4-8-builder
142
+ cli11.std : 11
143
+ cli11.options :
144
+ container : $[ variables['containerImage'] ]
145
+ steps :
146
+ - template : .ci/azure-build.yml
147
+ - template : .ci/azure-test.yml
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ class CLI11Conan(ConanFile):
27
27
"LICENSE" ,
28
28
"README.md" ,
29
29
"include/*" ,
30
+ "src/*" ,
30
31
"extern/*" ,
31
32
"cmake/*" ,
32
33
"CMakeLists.txt" ,
You can’t perform that action at this time.
0 commit comments