334c72d789783a5c1541538b7df3f7f6fd95822e
[armband.git] / ci / build.sh
1 #!/bin/bash
2
3 if [ $# -gt 1 ]; then
4     OUTPUT_DIR=shift
5 else
6     OUTPUT_DIR=""
7 fi
8
9 echo "Building armband, output dir: $OUTPUT_DIR"