RTEMS5/libbsd support

This commit is contained in:
Michael Davidsaver
2021-06-15 21:15:18 -07:00
parent b1c60ff651
commit f8cdcd4f91
9 changed files with 145 additions and 2 deletions
+12
View File
@@ -28,7 +28,10 @@ jobs:
BCFG: ${{ matrix.configuration }}
BASE: ${{ matrix.base }}
WINE: ${{ matrix.wine }}
RTEMS: ${{ matrix.rtems }}
RTEMS_TARGET: ${{ matrix.rtems_target }}
LIBEVENT_TAG: ${{ matrix.libevent }}
TEST: ${{ matrix.test }}
EXTRA: ${{ matrix.extra }}
VV: "1"
strategy:
@@ -56,6 +59,15 @@ jobs:
base: "7.0"
wine: "64"
- name: RTEMS5
os: ubuntu-20.04
cmp: gcc
configuration: default
base: "7.0"
rtems: "5"
rtems_target: RTEMS-pc686-qemu
test: NO
- name: Native Linux with clang
os: ubuntu-20.04
cmp: clang