Skip to content

Commit d8074f0

Browse files
committed
1 parent 43cb3e5 commit d8074f0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

bitbucket-pipelines.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
image: reactnativecommunity/react-native-android
2+
3+
pipelines:
4+
default:
5+
- step:
6+
name: Build Android
7+
caches:
8+
- node
9+
- gradle
10+
script:
11+
- npx envinfo
12+
- yarn install --frozen-lockfile
13+
- cd android && chmod +x gradlew && ./gradlew bundleRelease assembleRelease
14+
artifacts:
15+
- android/app/build/outputs/**

0 commit comments

Comments
 (0)