fix bin path

This commit is contained in:
2025-12-01 16:59:54 +01:00
parent 0c5202f7bf
commit d2f8c514ac
2 changed files with 12 additions and 24 deletions

View File

@@ -16,3 +16,15 @@ steps:
- meson setup --reconfigure build
- ninja -C build
test:
when:
event: [push]
image: alpine:latest
commands:
- build/udpxd -l 127.0.0.1:53 -t 8.8.8.8:53 &
- dig +nocmd +noall +answer google.de a @127.0.0.1
- killall udpxd
- build/udpxd -l [::1]:53 -t [2001:4860:4860::8888]:53 &
- dig +nocmd +noall +answer google.de a @::1
- killall udpxd