Skip to content

Commit

Permalink
Test packaging on android builder
Browse files Browse the repository at this point in the history
Our android-nightly builder has been busted for a long time, which meant
our packaging code was not being exercised. Also, the nightly builder
only runs once a day instead of on each build, which recently allowed
a regression to slip in due to an uncaught syntax error. To prevent
future regressions, test packaging on the android builder, which runs
on try and auto builds.
  • Loading branch information
aneeshusa committed Jun 22, 2016
1 parent 3db85a1 commit 3501d17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildbot/master/files/config/steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ linux-rel:

android:
- ./mach build --android --dev
- ./mach package --android --dev
- bash ./etc/ci/lockfile_changed.sh
- bash ./etc/ci/manifest_changed.sh
- python ./etc/ci/check_dynamic_symbols.py
Expand Down

0 comments on commit 3501d17

Please sign in to comment.