GHA fix rtems_target
This commit is contained in:
23
.github/workflows/build-and-test.yml
vendored
23
.github/workflows/build-and-test.yml
vendored
@@ -133,21 +133,26 @@ jobs:
|
|||||||
run: python cue.py test-results
|
run: python cue.py test-results
|
||||||
|
|
||||||
build-rtems:
|
build-rtems:
|
||||||
name: RTEMS${{ matrix.rtems }} / ${{ matrix.configuration }} / ${{ matrix.os }}
|
name: RTEMS${{ matrix.rtems }} / ${{ matrix.rtems_target }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ubuntu-20.04
|
||||||
env:
|
env:
|
||||||
CMP: ${{ matrix.cmp }}
|
CMP: gcc
|
||||||
BCFG: ${{ matrix.configuration }}
|
BCFG: default
|
||||||
RTEMS: ${{ matrix.rtems }}
|
RTEMS: ${{ matrix.rtems }}
|
||||||
RTEMS_TARGET: RTEMS-pc686-qemu
|
RTEMS_TARGET: ${{ matrix.rtems_target }}
|
||||||
APT: re2c g++-mingw-w64-i686 g++-mingw-w64-x86-64 qemu-system-x86
|
APT: re2c g++-mingw-w64-i686 g++-mingw-w64-x86-64 qemu-system-x86
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-20.04]
|
include:
|
||||||
cmp: [gcc]
|
- rtems: "4.9"
|
||||||
configuration: [default, debug]
|
rtems_target: RTEMS-pc386-qemu
|
||||||
rtems: ["4.9", "4.10", "5"]
|
|
||||||
|
- rtems: "4.10"
|
||||||
|
rtems_target: RTEMS-pc386-qemu
|
||||||
|
|
||||||
|
- rtems: "5"
|
||||||
|
rtems_target: RTEMS-pc686-qemu
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Prepare and compile dependencies
|
- name: Prepare and compile dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user