summaryrefslogtreecommitdiff
path: root/ci/semaphore.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/semaphore.sh')
-rwxr-xr-xci/semaphore.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/ci/semaphore.sh b/ci/semaphore.sh
new file mode 100755
index 0000000..759b908
--- /dev/null
+++ b/ci/semaphore.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+set -ex
+
+sudo add-apt-repository --yes ppa:jonathonf/python-3.6
+sudo apt --yes update
+sudo apt --yes install python3.6 debootstrap systemd-container squashfs-tools
+
+sudo python3.6 ./mkosi --default ./mkosi.files/mkosi.ubuntu
+
+test -f ubuntu.raw