Skip to content

Commit 06f5bad

Browse files
committed
add the gcc4.8 back to original matrix
1 parent 29a3d1a commit 06f5bad

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.ci/azure-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
steps:
22
# Needed on GCC 4.8 docker image for some reason
33
- script: mkdir build
4-
displalyName: "Make build directory"
4+
displayName: "Make build directory"
55

66
- task: CMake@1
77
inputs:

azure-pipelines.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ jobs:
109109
gcc8:
110110
containerImage: gcc:8
111111
cli11.std: 17
112+
gcc4.8:
113+
containerImage: helics/buildenv:gcc4-8-builder
114+
cli11.std: 11
115+
cli11.options:
112116
clang3.4:
113117
containerImage: silkeh/clang:3.4
114118
cli11.std: 11

0 commit comments

Comments
 (0)