summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Ørbekk <kjetil.orbekk@gmail.com>2012-01-27 18:17:43 +0100
committerKjetil Ørbekk <kjetil.orbekk@gmail.com>2012-01-27 18:17:43 +0100
commit6f1f08a15895ca3d56a83dca998a0b692f3d466a (patch)
treeb43df76034aa0cdebe1a630f3ee82d4fc1dff58f
parent76b2dc36a008269c4e5af03e10d0587a03c2ba3b (diff)
Add small script to build and execute project.
-rwxr-xr-xsame-android/full_build_and_run.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/same-android/full_build_and_run.sh b/same-android/full_build_and_run.sh
new file mode 100755
index 0000000..a4f4c0d
--- /dev/null
+++ b/same-android/full_build_and_run.sh
@@ -0,0 +1,2 @@
+(cd ../same; mvn clean compile test install)
+mvn compile package android:deploy android:run