HAMNET-Access-Protocol / HNAP4PlutoSDR

Main transceiver application
GNU Lesser General Public License v3.0
29 stars 5 forks source link

Add Github actions for automatic tests and building #21

Closed dl1com closed 4 years ago

dl1com commented 4 years ago

Achievable with vanilla Github Runner (low hanging fruits):

Will require a custom Github Runner because we need the Xilinx Vivado SDK:

Also on custom runner because of workload and duration, perhaps only triggered with specific tags:

dl1com commented 4 years ago

Will require a custom Github Runner because we need the Xilinx Vivado SDK:

  • [ ] Build Standalone Binaries for Target with Xilinx gcc-arm-linux-gnueabi
  • [ ] Build Firmware Image for Target

Beware of using self-hosted runners in public repos and Pull Requests: https://github.community/t/self-hosted-runner-security-with-public-repositories/17860