summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xci/build.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/ci/build.sh b/ci/build.sh
new file mode 100755
index 00000000..334c72d7
--- /dev/null
+++ b/ci/build.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+if [ $# -gt 1 ]; then
+ OUTPUT_DIR=shift
+else
+ OUTPUT_DIR=""
+fi
+
+echo "Building armband, output dir: $OUTPUT_DIR"