Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust for the moved target directory #93

Merged
merged 1 commit into from Aug 6, 2015
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Adjust for the moved target directory

  • Loading branch information
larsbergstrom committed Aug 6, 2015
commit 28ed52d1e1fca762e4b07e356bcdc019c89d93ea
@@ -204,7 +204,7 @@ android_factory.addStep(steps.Compile(command=["./mach", "build", "--android", "
android_nightly_factory = util.BuildFactory()
android_nightly_factory.addStep(steps.Git(repourl=SERVO_REPO, mode="full", method="clobber"))
android_nightly_factory.addStep(steps.Compile(command=["./mach", "build", "--android", "--release"], env=android_compile_env))
android_nightly_factory.addStep(steps.ShellCommand(command=["s3cmd", "put", "/home/servo/buildbot/slave/android-nightly/build/components/servo/target/arm-linux-androideabi/release/servo", "s3://servo-rust/nightly/servo.apk"]))
android_nightly_factory.addStep(steps.ShellCommand(command=["s3cmd", "put", "/home/servo/buildbot/slave/android-nightly/build/target/arm-linux-androideabi/release/servo", "s3://servo-rust/nightly/servo.apk"]))

gonk_compile_env = dict({'ANDROID_SDK': '/home/servo/android-sdk-linux/',
'ANDROID_NDK': '/home/servo/android-ndk-r10c/',
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.