diff options
| author | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-01-27 18:17:43 +0100 |
|---|---|---|
| committer | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-01-27 18:17:43 +0100 |
| commit | 6f1f08a15895ca3d56a83dca998a0b692f3d466a (patch) | |
| tree | b43df76034aa0cdebe1a630f3ee82d4fc1dff58f | |
| parent | 76b2dc36a008269c4e5af03e10d0587a03c2ba3b (diff) | |
Add small script to build and execute project.
| -rwxr-xr-x | same-android/full_build_and_run.sh | 2 |
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 |
