Skip to content

Commit

Permalink
github: add microbit qemu test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Dec 22, 2021
1 parent 2fa050f commit e7cb2e6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,16 @@ jobs:
DOCKER_IMAGE: ${{ env.DOCKER_REGISTRY }}/riotbuild:latest
BOARDS: "arduino-uno esp32-wroom-32 hifive1b msb-430h native pic32-wifire samr21-xpro"

- name: GNU microbit qemu test
run: >
docker run --rm -t -v $(pwd)/RIOT:/data/riotbuild
${{ env.DOCKER_REGISTRY }}/riotbuild:latest
make -Ctests/fmt_print all test
env:
BOARD: "microbit"
EMULATE: 1

- name: LLVM build test
run: |
make -CRIOT/examples/hello-world buildtest
Expand Down

0 comments on commit e7cb2e6

Please sign in to comment.