Set up for automatic snapshot publishing
Summary: Gets all the pieces in place to automatically publish snapshot artifacts after successful travis build. I'll test the actual publishing in a separate branch and then flip the switch in a separate diff when it's ready. Reviewed By: emilsjolander Differential Revision: D5028239 fbshipit-source-id: c57d02a1dee41c84001bd17821b050c8c9aa4134
This commit is contained in:
committed by
Facebook Github Bot
parent
ae33c6c19c
commit
c3982b6c1e
@@ -19,6 +19,7 @@ env:
|
||||
- TARGET=android
|
||||
|
||||
before_install:
|
||||
- openssl aes-256-cbc -K $encrypted_d27e803291ff_key -iv $encrypted_d27e803291ff_iv -in scripts/setup-keys.enc -d >> gradle.properties
|
||||
- brew update > /dev/null
|
||||
- brew install --HEAD facebook/fb/buck
|
||||
|
||||
|
Reference in New Issue
Block a user