Skip to content

Commit

Permalink
Merge #219
Browse files Browse the repository at this point in the history
219: .github: add step to build a cpp application r=maribu a=aabadie

This should prevent regressions when building application requiring cpp.

Co-authored-by: Alexandre Abadie <[email protected]>
  • Loading branch information
bors[bot] and aabadie authored Dec 16, 2022
2 parents eee8f03 + fe0af37 commit 1539b4d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,14 @@ jobs:
# support expands
BOARDS: "arduino-uno esp32-wroom-32 hifive1b msb-430h native samr21-xpro"

- name: C++ build test
run: |
make -C RIOT/tests/cpp11_condition_variable BUILDTEST_MAKE_REDIRECT='' buildtest
env:
BUILD_IN_DOCKER: 1
DOCKER_IMAGE: ${{ env.DOCKER_REGISTRY }}/riotbuild:latest
BOARDS: "esp32-wroom-32 hifive1b native samr21-xpro"

- name: Run static tests
run: |
docker run --rm -t -v $(pwd)/RIOT:/data/riotbuild \
Expand Down

0 comments on commit 1539b4d

Please sign in to comment.