Skip to content

Commit e066277

Browse files
ralphlangesimon-ess
authored andcommitted
ci: add jobs for EPICS Base 3.15
1 parent 477634c commit e066277

File tree

1 file changed

+25
-6
lines changed

1 file changed

+25
-6
lines changed

.github/workflows/ci-build.yml

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
env:
1919
CMP: ${{ matrix.cmp }}
2020
BCFG: ${{ matrix.configuration }}
21+
BASE: ${{ matrix.base }}
2122
CI_CROSS_TARGETS: ${{ matrix.cross }}
2223
TEST: ${{ matrix.test }}
2324

@@ -29,35 +30,53 @@ jobs:
2930
- os: ubuntu-latest
3031
cmp: gcc
3132
configuration: default
32-
name: "Ub-24 default"
33+
base: "7.0"
34+
name: "Ub-24 Base-7.0 default"
3335

3436
- os: ubuntu-latest
3537
cmp: gcc
3638
configuration: static
37-
name: "Ub-24 static"
39+
base: "7.0"
40+
name: "Ub-24 Base-7.0 static"
3841

3942
- os: windows-2022
4043
cmp: vs2022
4144
configuration: static
42-
name: "Win-22 MSC-22 static"
45+
base: "7.0"
46+
name: "Win-22 Base-7.0 MSC-22 static"
4347

4448
- os: ubuntu-latest
4549
cmp: gcc
4650
configuration: default
51+
base: "7.0"
4752
4853
test: NO
49-
name: "Ub-24 gcc + RT-4.10"
54+
name: "Ub-24 Base-7.0 gcc + RT-4.10"
5055

5156
- os: ubuntu-latest
5257
cmp: gcc
5358
configuration: default
59+
base: "7.0"
5460
cross: "RTEMS-pc686-qemu@5"
55-
name: "Ub-24 gcc + RT-5.1 pc686"
61+
name: "Ub-24 Base-7.0 gcc + RT-5.1 pc686"
5662

5763
- os: macos-latest
5864
cmp: clang
5965
configuration: default
60-
name: "MacOS clang"
66+
base: "7.0"
67+
name: "MacOS Base-7.0 clang"
68+
69+
- os: ubuntu-latest
70+
cmp: gcc
71+
configuration: default
72+
base: "3.15"
73+
name: "Ub-24 Base-3.15 default"
74+
75+
- os: windows-2022
76+
cmp: vs2022
77+
configuration: static
78+
base: "3.15"
79+
name: "Win-22 Base-3.15 MSC-22 static"
6180

6281
steps:
6382
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)