Skip to content

Commit

Permalink
Wire up native binary deploy to bintray.
Browse files Browse the repository at this point in the history
This switches to an explicit matrix that mixes in 1 osx shard and a
deploy to bintray step to effect pre-publishing native engine binaries
for green master commits as well as green stable deploy branch commits.

Testing Done:
Variants of CI here have gone green:
  https://travis-ci.org/pantsbuild/pants/builds/175264324

They do not actually exercise the travis deploy step though, so
submitting TBR to see if that works.

Bugs closed: 4035, 4048

Reviewed at https://rbcommons.com/s/twitter/r/4370/
  • Loading branch information
jsirois committed Nov 12, 2016
1 parent f5ed9b2 commit bc9678e
Show file tree
Hide file tree
Showing 3 changed files with 409 additions and 71 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ GPATH
GRTAGS
GSYMS
GTAGS

# Generated by build-support/bin/generate-bintray-manifest.sh for
# use by Travis-CI bintray deploys.
/native-engine.bintray.json
Loading

0 comments on commit bc9678e

Please sign in to comment.