aboutsummaryrefslogtreecommitdiffstats
path: root/test-build-debian.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test-build-debian.sh')
-rwxr-xr-xtest-build-debian.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/test-build-debian.sh b/test-build-debian.sh
new file mode 100755
index 00000000..56a65af3
--- /dev/null
+++ b/test-build-debian.sh
@@ -0,0 +1,10 @@
+podman run --rm -it debian:testing sh -c '
+ apt update -y &&
+ apt upgrade -y &&
+ apt install --no-install-recommends build-essential autoconf automake autopoint gettext libssl-dev m4 bison flex git ca-certificates pkg-config -y &&
+ git clone https://gitlab.com/fetchmail/fetchmail.git &&
+ cd fetchmail &&
+ autoreconf -svif &&
+ ./configure -C &&
+ make -sj20 check &&
+ ./fetchmail -V'