Skip to content

Commit

Permalink
CI: Add build step of the HydraUSB3 fw
Browse files Browse the repository at this point in the history
  • Loading branch information
fallen committed Mar 4, 2024
1 parent 00d7ee9 commit 381d92c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,12 @@ jobs:
- name: Run Simulation tests
run: |
pipenv run python3 ./sucrela.py --sim
- name: Fetch xpack RISC-V toolchain
run: wget https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releases/download/v13.2.0-2/xpack-riscv-none-elf-gcc-13.2.0-2-linux-x64.tar.gz
- name: Unpack xpack RISC-V toolchain
run: |
sudo mkdir -p /opt
sudo tar -C /opt -xzf $PWD/xpack-riscv-none-elf-gcc-13.2.0-2-linux-x64.tar.gz
- name: Build SucreLA HydraUSB3 RISC-V firmware
run: PATH=/opt/xpack-riscv-none-elf-gcc-13.2.0-2/bin:$PATH make -C software/boards/hydrausb3/

0 comments on commit 381d92c

Please sign in to comment.