Skip to content

Commit

Permalink
CI: run 07-simulation-base in CI
Browse files Browse the repository at this point in the history
This adds a basic sanity check of
Cooja functionality for ContikiMoteTypes.
  • Loading branch information
pjonsson committed Sep 2, 2023
1 parent c2e890c commit 28b115d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,16 @@ jobs:
with:
gradle-version: 8.3
arguments: test

- name: Checkout Contiki-NG repo
uses: actions/checkout@v3
with:
repository: contiki-ng/contiki-ng

- name: Run Contiki-NG simulation tests
run: |
cd contiki-ng/tests/07-simulation-base
# Skip MSP430 tests, no compiler installed.
rm ??-*sky*.csc ??-*z1*.csc
source ../../tools/docker/files/bash_aliases
cimake

0 comments on commit 28b115d

Please sign in to comment.