Add a CI workflow compiling the hamnet70 program
This commit is contained in:
parent
785e2199e1
commit
ce86182ed5
10
.forgejo/workflows/impl.yaml
Normal file
10
.forgejo/workflows/impl.yaml
Normal 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
|
Loading…
Reference in a new issue