Skip to content

Commit

Permalink
Update unit_test_auto.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
silabs-bingocth authored Sep 30, 2024
1 parent c7c03b1 commit de834b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unit_test_auto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
uses: actions/[email protected]
- name: Unit Testing
run: |
export TOOL_DIRS=~/SimplicityStudio_v5/developer/toolchains/gnu_arm/12.2.rel1_2023.7/bin
export SDK_PATH=~/SimplicityStudio/SDKs/gecko_sdk
export TOOL_CHAINS=GCC
export START_ADDR_FLASH=0x8000000
make prepare
cd build
cmake --toolchain ../cmake/toolchain.cmake .. -DENABLE_UNIT_TESTING=ON -DBOARD_NAME=brd4187c
Expand Down

0 comments on commit de834b7

Please sign in to comment.