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 c58fc4f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,13 @@ 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: |
sudo apt-get -y install git-core gcc g++ make autoconf autoconf-archive \
automake libtool pkg-config libglib2.0-dev libglibmm-2.4-dev libzip-dev \
libusb-1.0-0-dev check doxygen
cd software/host/libsigrok
./autogen.sh
./configure --enable-all-drivers=no --enable-sucrela
make -j5
sudo make install

0 comments on commit c58fc4f

Please sign in to comment.