mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-09-21 21:34:39 -04:00
build: Run static code analysis after fw build
Since we now generate at least one source code file we need to run the static code analysis after the build.
This commit is contained in:
parent
34e9f0a314
commit
cbcb7fb1de
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
|
@ -50,15 +50,15 @@ jobs:
|
|||
run: |
|
||||
git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||
|
||||
- name: compile firmware and testfw
|
||||
working-directory: hw/application_fpga
|
||||
run: make firmware.bin testfw.bin
|
||||
|
||||
- name: run static analysis on firmware C code
|
||||
working-directory: hw/application_fpga
|
||||
run: |
|
||||
make check
|
||||
|
||||
- name: compile firmware and testfw
|
||||
working-directory: hw/application_fpga
|
||||
run: make firmware.bin testfw.bin
|
||||
|
||||
check-verilog:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue