From 13994f33507fa7dfabfc1ef638844cecceac15ae Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Wed, 25 Dec 2024 18:10:37 +0100 Subject: [PATCH] GHA: add jobs for Base-7 on Ubuntu-22 (gcc-11 and clang-14) --- .github/workflows/ci-scripts-build.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.github/workflows/ci-scripts-build.yml b/.github/workflows/ci-scripts-build.yml index 10881db..81b1a21 100644 --- a/.github/workflows/ci-scripts-build.yml +++ b/.github/workflows/ci-scripts-build.yml @@ -42,6 +42,20 @@ jobs: matrix: # Job names also name artifacts, character limitations apply include: + - name: "Ub-22 gcc-11 Base 7.0" + os: ubuntu-22.04 + cmp: gcc + configuration: default + base: "7.0" + extra: "CMD_CXXFLAGS=-std=c++11" + + - name: "Ub-22 gcc-11 static Base 7.0" + os: ubuntu-22.04 + cmp: gcc + configuration: static + base: "7.0" + extra: "CMD_CXXFLAGS=-std=c++11" + - name: "Ub-20 gcc-9 Base 7.0" os: ubuntu-20.04 cmp: gcc @@ -115,6 +129,13 @@ jobs: base: "7.0" extra: "CMD_CXXFLAGS=-std=c++11" + - name: "Ub-22 clang-14" + os: ubuntu-22.04 + cmp: clang + configuration: default + base: "7.0" + extra: "CMD_CXXFLAGS=-std=c++11" + - name: "RTEMS 5" os: ubuntu-20.04 cmp: gcc