verbose output while building
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 13 Oct 2010 16:12:13 +0000 (18:12 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 13 Oct 2010 16:12:13 +0000 (18:12 +0200)
android-build-install.sh

index 7d84ef8..2573e8a 100755 (executable)
@@ -1,8 +1,11 @@
+#!/bin/sh -x
+
 cd core
 ant clean build-no-debug
+cd -
 
-cd ../android
+cd android
 ant
+cd -
 
-cd ..
 adb install -r android/bin/BarcodeScanner-debug.apk