Skip to content

Commit

Permalink
GHA: add jobs for Base-7 on Ubuntu-22 (gcc-11 and clang-14)
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphlange committed Dec 25, 2024
1 parent e97c546 commit 13994f3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ci-scripts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 13994f3

Please sign in to comment.