From ff6a7fbaf149ae0ece09f86630ee9ed9429040f4 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sun, 6 Nov 2022 22:36:49 +0100 Subject: asdf --- testrun.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 testrun.sh (limited to 'testrun.sh') diff --git a/testrun.sh b/testrun.sh new file mode 100755 index 0000000..e400469 --- /dev/null +++ b/testrun.sh @@ -0,0 +1,13 @@ +#!/bin/bash + + +mkdir -p testrun/db +mkdir -p testrun/pkgout + +./build.sh + +docker run --name archpkg-test --env PACKAGE_NAME=python-octodns \ + -v $(pwd)/testrun/db:/db -v $(pwd)/testrun/pkgout:/pkgout \ + archpkg + +docker rm archpkg-test -- cgit v1.2.3