Skip to content

Commit

Permalink
ci: run tests for RTEMS 4.9 and 5
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Nov 9, 2021
1 parent 8d078a0 commit 1c96fd1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-scripts-build.yml
Expand Up @@ -85,7 +85,6 @@ jobs:
configuration: default
rtems: "5"
rtems_target: RTEMS-pc686-qemu
test: NO
name: "Ub-20 gcc-9 + RT-5.1 pc686"

- os: ubuntu-20.04
Expand Down Expand Up @@ -145,7 +144,6 @@ jobs:
rtems: "4.9"
name: "Ub-20 gcc-9 + RT-4.9"
rtems_target: RTEMS-pc386-qemu
test: NO

- os: macos-latest
cmp: clang
Expand Down Expand Up @@ -188,7 +186,7 @@ jobs:
- name: Build main module
run: python .ci/cue.py build
- name: Run main module tests
run: python .ci/cue.py -T 20M test
run: python .ci/cue.py -T 60M test
- name: Upload tapfiles Artifact
if: ${{ always() }}
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 1c96fd1

Please sign in to comment.