Skip to content

Commit

Permalink
CI: build libsigrok with SucréLA support
Browse files Browse the repository at this point in the history
  • Loading branch information
fallen committed Apr 14, 2024
1 parent a74c925 commit 1f5d28e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,10 @@ jobs:
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/

- name: Build libsigrok with SucréLA support
run: |
cd software/host/libsigrok
./autogen.sh
./configure --enable-all-drivers=no --enable-sucrela
make -j5
sudo make install

0 comments on commit 1f5d28e

Please sign in to comment.