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.
1 parent 29a3d1a commit 06f5badCopy full SHA for 06f5bad
.ci/azure-build.yml
@@ -1,7 +1,7 @@
1
steps:
2
# Needed on GCC 4.8 docker image for some reason
3
- script: mkdir build
4
- displalyName: "Make build directory"
+ displayName: "Make build directory"
5
6
- task: CMake@1
7
inputs:
azure-pipelines.yml
@@ -109,6 +109,10 @@ jobs:
109
gcc8:
110
containerImage: gcc:8
111
cli11.std: 17
112
+ gcc4.8:
113
+ containerImage: helics/buildenv:gcc4-8-builder
114
+ cli11.std: 11
115
+ cli11.options:
116
clang3.4:
117
containerImage: silkeh/clang:3.4
118
cli11.std: 11
0 commit comments