From 4e05e6fa01ee21b4168642d294f8edaea8aaaa47 Mon Sep 17 00:00:00 2001 From: Philip Top Date: Wed, 24 Aug 2022 07:31:20 -0700 Subject: [PATCH] add the gcc4.8 back to original matrix --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f321d2957..2846b5c50 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -109,6 +109,10 @@ jobs: gcc8: containerImage: gcc:8 cli11.std: 17 + gcc4.8: + containerImage: helics/buildenv:gcc4-8-builder + cli11.std: 11 + cli11.options: clang3.4: containerImage: silkeh/clang:3.4 cli11.std: 11