summaryrefslogtreecommitdiff
path: root/bin/cibuild
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cibuild')
-rwxr-xr-xbin/cibuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/cibuild b/bin/cibuild
index 54e8abf..e4ba6b2 100755
--- a/bin/cibuild
+++ b/bin/cibuild
@@ -1,4 +1,9 @@
#!/bin/sh
+set -e
+
+[ -n "$DEBUG" ] && set -x
+
+cd "$(dirname "$0")/.."
apt update -y && apt install -y gpg wget curl
install -dm 755 /etc/apt/keyrings