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 a074f95
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,20 @@ jobs:
with:
gradle-version: 8.3
arguments: test

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

- name: Run Contiki-NG simulation tests
run: |
rm -rf ../contiki-ng/tools/cooja
(cd ../contiki-ng/tools && ln -s . `pwd`)
ls -l ../contiki-ng/tools
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 a074f95

Please sign in to comment.