Updated Branches: refs/heads/develop f419cd298 -> e981618f6
Working on getting the AIR and mobile tests to run on the VM (part 3). Signed-off-by: Erik de Bruin <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/e981618f Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/e981618f Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/e981618f Branch: refs/heads/develop Commit: e981618f6f4ddadf23bd135f823267ae7c846c4e Parents: f419cd2 Author: Erik de Bruin <[email protected]> Authored: Thu Jun 20 10:41:51 2013 +0200 Committer: Erik de Bruin <[email protected]> Committed: Thu Jun 20 10:41:51 2013 +0200 ---------------------------------------------------------------------- mustella/jenkins.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/e981618f/mustella/jenkins.sh ---------------------------------------------------------------------- diff --git a/mustella/jenkins.sh b/mustella/jenkins.sh index 80f5c36..b328941 100755 --- a/mustella/jenkins.sh +++ b/mustella/jenkins.sh @@ -54,13 +54,13 @@ fi ; # Mobile - -# delete previous 'local.properties' -# create new 'local.properties' -#target_os_name=android -#android_sdk=location of your Android SDK -#runtimeApk=${AIR_HOME}/runtimes/air/android/emulator/Runtime.apk -#device_name=win +rm -f local.properties +cat > local.properties <<END +target_os_name=android +android_sdk=C:/ApacheFlex/dependencies/AndroidSDK/adt-bundle-windows-x86_64-20130522/sdk +runtimeApk=${AIR_HOME}/runtimes/air/android/emulator/Runtime.apk +device_name=win +END #sh ./mini_run.sh -mobile tests/mobile
