WIP: Layer 2-Implementierung #6

Draft
thomas wants to merge 14 commits from layer2_dev into main
Showing only changes of commit b46b2536e1 - Show all commits

View file

@ -0,0 +1,10 @@
on: [push]
jobs:
build-hamnet70:
runs-on: docker
container:
image: git.tkolb.de/amateurfunk/hamnet70/impl_buildenv:1.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.sh