Skip to content

Commit 3c38386

Browse files
committed
1 parent 0e32e58 commit 3c38386

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.gitlab-ci.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
image: circleci/android:api-29-node
2+
3+
stages:
4+
- build-android
5+
6+
default:
7+
interruptible: true
8+
before_script:
9+
- yarn install --frozen-lockfile
10+
11+
cache:
12+
key:
13+
files:
14+
- yarn.lock
15+
paths:
16+
- node_modules
17+
18+
build-android:
19+
stage: build-android
20+
script:
21+
- cd android && ./gradlew bundleRelease assembleRelease
22+
artifacts:
23+
paths:
24+
- ./android/app/build/outputs/

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,7 @@ I just create a black React Native 0.63.x Project and integrate CD/CI services
1515
| [Buddy](https://buddy.works/docs/quickstart/react-native) | ![buddy pipeline](https://app.buddy.works/offantik/react-native-ci-cd-compare/pipelines/pipeline/288914/badge.svg?token=9bd6b8cc4ce0b2090330d0df656e566da6899dab5dc97c8312335ef9180cf9a2 "buddy pipeline") | 1 min 32 sec | linux |
1616
| [Nevercode](https://nevercode.io/blog/continuous-integration-for-react-native/) | ![Nevercode build status](https://app.nevercode.io/api/projects/8b869647-61e1-43bf-bc3e-c630f6099205/workflows/b81b5cb7-0ebe-43d1-92e0-81261d790fcc/status_badge.svg?branch=main) | 11 min 4 sec | ? |
1717
| [appcircle](https://appcircle.io/blog/guide-to-automated-mobile-ci-cd-for-react-native-appcircle/) | n/a | 7 min 16 sec | ? |
18+
| [Gitlab CI/CD](https://docs.gitlab.com/ee/ci/) | [![GitLab CI status](https://gitlab.com/retyui/react-native-ci-cd-compare/badges/main/pipeline.svg)](https://gitlab.com/retyui/react-native-ci-cd-compare/-/jobs) | 7 min 44 sec | linux |
19+
1820

1921
## iOS builds (TODO)

0 commit comments

Comments
 (0)