Use CircleCI for SNAPSHOT deployment (#260)

Summary:
Per title. It actually works!
Pull Request resolved: https://github.com/facebook/flipper/pull/260

Reviewed By: jknoxville

Differential Revision: D9633320

Pulled By: passy

fbshipit-source-id: 10ee856977fa0a337972a472d41eb7a83075c39b
This commit is contained in:
Pascal Hartig
2018-09-04 04:16:49 -07:00
committed by Facebook Github Bot
parent 9939a9e3bb
commit cf3cb0d08f
3 changed files with 5 additions and 7 deletions

View File

@@ -5,7 +5,11 @@ jobs:
- image: circleci/android:api-28-ndk-r17b
steps:
- checkout
- run: ./gradlew :sample:assembleDebug
- run:
name: build and deploy
command: |
./gradlew :sample:assembleDebug
scripts/publish-android-snapshot.sh
workflows:
version: 2