aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosep Puigdemont <josep.puigdemont@enea.com>2016-04-15 17:14:36 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-05-02 14:26:50 +0000
commit35986f11431e80182d047851ff75651aec383aa3 (patch)
tree24a612c0aab403202098b30e567edcfd775d1872
parent41f9cc5ef28f0f67bb9ccba4d32d96cf71c860a2 (diff)
build.sh: added initial build script
Change-Id: Icf8662682b65254c42ca752a14e19b0e08d65853 Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> (cherry picked from commit f89a39ae6698286ac43f5829e45d259bcda3b1a7)
-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"