Add a CI workflow compiling the hamnet70 program

This commit is contained in:
Thomas Kolb 2024-08-27 21:44:55 +02:00
parent 785e2199e1
commit ce86182ed5

View file

@ -0,0 +1,10 @@
on: [push]
jobs:
build-hamnet70:
runs-on: docker
container:
image: git.tkolb.de/amateurfunk/hamnet70/impl_buildenv:0.1
steps:
- uses: actions/checkout@v4
- run: cd impl && cp src/config.h.template src/config.h && sed -i 's/undefined/"TESTCALL"/' src/config.h
- run: cd impl && make