Refactor IRFD to ITelemLink #145
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: ZP4 Lib Compile Test | |
| on: | |
| push: | |
| branches: [ "main" ] | |
| pull_request: | |
| type: [opened, synchronize, reopened] | |
| jobs: | |
| compile_test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Install dependencies | |
| run: | | |
| sudo apt-get update | |
| sudo apt-get -y install cmake make gcc-arm-none-eabi | |
| - name: Checkout the repo | |
| uses: actions/checkout@v4 | |
| with: | |
| submodules: true | |
| - name: Build project | |
| working-directory: ./zeropilot4.0 | |
| run: bash ./hwbuild.bash -c l552 |