Skip to content

Commit aa190b7

Browse files
committed
update conan and azure-pipelines
1 parent a455778 commit aa190b7

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

azure-pipelines.yml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,6 @@ jobs:
109109
gcc8:
110110
containerImage: gcc:8
111111
cli11.std: 17
112-
gcc4.8:
113-
containerImage: gcc:4.8
114-
cli11.std: 11
115-
cli11.options:
116112
clang3.4:
117113
containerImage: silkeh/clang:3.4
118114
cli11.std: 11
@@ -133,3 +129,19 @@ jobs:
133129
- template: .ci/azure-cmake.yml
134130
- template: .ci/azure-build.yml
135131
- 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

conanfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class CLI11Conan(ConanFile):
2727
"LICENSE",
2828
"README.md",
2929
"include/*",
30+
"src/*",
3031
"extern/*",
3132
"cmake/*",
3233
"CMakeLists.txt",

0 commit comments

Comments
 (0)