build.sh: added initial build script 51/12351/1
authorJosep Puigdemont <josep.puigdemont@enea.com>
Fri, 15 Apr 2016 15:14:36 +0000 (17:14 +0200)
committerJosep Puigdemont <josep.puigdemont@enea.com>
Fri, 15 Apr 2016 15:14:36 +0000 (17:14 +0200)
Change-Id: Icf8662682b65254c42ca752a14e19b0e08d65853
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
ci/build.sh [new file with mode: 0755]

diff --git a/ci/build.sh b/ci/build.sh
new file mode 100755 (executable)
index 0000000..334c72d
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+if [ $# -gt 1 ]; then
+    OUTPUT_DIR=shift
+else
+    OUTPUT_DIR=""
+fi
+
+echo "Building armband, output dir: $OUTPUT_DIR"