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:
committed by
Facebook Github Bot
parent
9939a9e3bb
commit
cf3cb0d08f
@@ -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
|
||||
|
||||
@@ -90,9 +90,3 @@ matrix:
|
||||
- cd ../
|
||||
script:
|
||||
- ./gradlew :sample:assembleDebug
|
||||
deploy:
|
||||
- provider: script
|
||||
script: "scripts/publish-android-snapshot.sh"
|
||||
skip_cleanup: true
|
||||
on:
|
||||
branch: master
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user