fix helper script, add helper scripts for checking the build

This commit is contained in:
John
2023-12-26 12:19:52 +01:00
parent 1cdb714b27
commit b320fb6027
5 changed files with 50 additions and 2 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
#!/bin/bash
# helper script to check the build is fine
docker run -it --rm -v $PWD:/build -w /build/contrib/alpine alpine sh -c 'apk add --upgrade abuild && adduser -D test && addgroup test abuild && su test -c "abuild-keygen && abuild -r"'
# helper script to check the release build is fine
docker run -it --rm -v $PWD:/build -w /build/contrib/alpine alpine sh -c 'apk add --upgrade abuild && adduser -D test && addgroup test abuild && su test -c "abuild-keygen -a && abuild -r"'