summaryrefslogtreecommitdiff
path: root/taur.sh
diff options
context:
space:
mode:
authortoufic ar <contact@toufy.me>2026-04-16 10:15:03 +0300
committertoufic ar <contact@toufy.me>2026-04-16 10:15:03 +0300
commitd9478c8f0c16d7ce4678a4675b721f9ed36a3f5e (patch)
treed08577d73fe8679f6db6a03ae9c35aadfc42098a /taur.sh
parentb886a6d94d45a1f6a19d8c110855cd5e393a2454 (diff)
downloadtaur-d9478c8f0c16d7ce4678a4675b721f9ed36a3f5e.tar.gz
taur-d9478c8f0c16d7ce4678a4675b721f9ed36a3f5e.zip
add jenkins pipeline
Diffstat (limited to 'taur.sh')
-rwxr-xr-xtaur.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/taur.sh b/taur.sh
new file mode 100755
index 0000000..734f535
--- /dev/null
+++ b/taur.sh
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+
+set -e
+source ./env.sh
+
+./root.sh
+su builder -c "./builder.sh"
+su builder -c "./pkgbuilds.sh"