aboutsummaryrefslogtreecommitdiff
path: root/ci/compile.sh
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-29 17:14:18 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-29 17:14:18 +0200
commit47373829babc4a1e2296efe4c8ae0770cfd47211 (patch)
treee7945cfbed365b1db2feb9dcbb3a080256d1b139 /ci/compile.sh
parente2bd7d695474314aa910a36c664e4dc1c7e39d8c (diff)
downloadkristall-47373829babc4a1e2296efe4c8ae0770cfd47211.tar.gz
Adds docker build files based on ubuntu 18.04.
Diffstat (limited to 'ci/compile.sh')
-rwxr-xr-xci/compile.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/ci/compile.sh b/ci/compile.sh
new file mode 100755
index 0000000..b0392de
--- /dev/null
+++ b/ci/compile.sh
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+set -eo pipefail
+
+rm -rf /kristall
+
+git clone https://github.com/MasterQ32/kristall /kristall
+
+cd /kristall
+
+make
+
+cp kristall /artifacts