Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing CI with FFI patches #1323

Closed
wants to merge 20 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
CI: add ccache action
The Contiki-NG simulation tests benefit
substantially from ccache, so use that.
pjonsson committed Sep 2, 2023
commit dd014cf0b326ec0745a74abcc5be635b8bae1138
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -37,6 +37,12 @@ jobs:
arguments: test
build-root-directory: contiki-ng/tools/cooja

- name: ccache
uses: hendrikmuhs/[email protected]
with:
key: compilation-${{ runner.os }}
max-size: 160M

- name: Run Contiki-NG simulation tests
run: |
cd contiki-ng/tests/07-simulation-base