Skip to content

Commit b6c7c88

Browse files
committed
[skip ci] Update readme
1 parent 3c38386 commit b6c7c88

File tree

4 files changed

+24
-8
lines changed

4 files changed

+24
-8
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ android:
2323
- android-29
2424

2525
# The BuildTools version used by your project
26-
- build-tools-28.0.3
26+
- build-tools-29.0.2
2727

2828
# Additional components
2929
- extra-google-google_play_services

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,21 @@ I just create a black React Native 0.63.x Project and integrate CD/CI services
66

77
| CI | Status | 🚀 Speed | Env |
88
|---|---|---|---|
9-
| [AppCenter](https://appcenter.ms/) | ![appcenter](https://build.appcenter.ms/v0.1/apps/160707ba-61e6-4bca-a26c-a9e6927ae70a/branches/main/badge) | 3 min 25 sec | macOS Catalina 10.15 |
9+
| [AppCenter](https://appcenter.ms/) | [![appcenter](https://build.appcenter.ms/v0.1/apps/160707ba-61e6-4bca-a26c-a9e6927ae70a/branches/main/badge)](https://appcenter.ms/users/offantik/apps/Android-CI-CD-test/build/branches/main) | 3 min 25 sec | macOS Catalina 10.15 |
1010
| [Travis CI](https://docs.travis-ci.com/user/languages/android/) | [![Build Status](https://travis-ci.org/retyui/react-native-ci-cd-compare.svg?branch=main)](https://travis-ci.org/retyui/react-native-ci-cd-compare) | 3 min 29 sec | Ubuntu 14 |
1111
| [Circle CI](https://circleci.com/circleci-react/) | [![CircleCI](https://circleci.com/gh/retyui/react-native-ci-cd-compare.svg?style=svg)](https://circleci.com/gh/retyui/react-native-ci-cd-compare) | 2 min 22 sec | Debian GNU/Linux 10 (buster) |
1212
| [GitHub Actions](https://github.com/features/actions) | [![Build Android](https://github.com/retyui/react-native-ci-cd-compare/workflows/Build%20Android/badge.svg)](https://github.com/retyui/react-native-ci-cd-compare/actions/) | 3 min 43 sec | Ubuntu 18.04 |
1313
| [Bitrise](https://devcenter.bitrise.io/getting-started/getting-started-with-react-native-apps/) | [![Build Status](https://app.bitrise.io/app/6763bd2429233088/status.svg?token=4XQvHAYUO0CNdNq683DupA)](https://app.bitrise.io/app/6763bd2429233088) | 3 min 16 sec | Ubuntu 16.04 |
14-
| [Codemagic](https://codemagic.io/react-native-continuous-integration/) | n/a | 5 min 18 sec | macOS |
15-
| [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 |
16-
| [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 | ? |
17-
| [appcircle](https://appcircle.io/blog/guide-to-automated-mobile-ci-cd-for-react-native-appcircle/) | n/a | 7 min 16 sec | ? |
14+
| [Codemagic](https://codemagic.io/react-native-continuous-integration/) | [n/a](https://codemagic.io/app/5f9d65de4758a77daf27b4d4) | 5 min 18 sec | macOS |
15+
| [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")](https://app.buddy.works/offantik/react-native-ci-cd-compare/pipelines) | 1 min 32 sec | linux |
16+
| [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)](https://app.nevercode.io/#/project/8b869647-61e1-43bf-bc3e-c630f6099205) | 11 min 4 sec | ? |
17+
| [appcircle](https://appcircle.io/blog/guide-to-automated-mobile-ci-cd-for-react-native-appcircle/) | [n/a](https://my.appcircle.io/build/detail/f552b6ad-96fd-43fe-bffc-55f4268ee0d4) | 7 min 16 sec | ? |
1818
| [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 |
1919

2020

2121
## iOS builds (TODO)
22+
23+
24+
## Pricing
25+
26+
- [App Center Pricing](https://docs.microsoft.com/en-us/appcenter/general/pricing#the-free-tier) Build: **1 build pipeline** per organization or user account, **240 build** minutes per month, and up to 30 minutes per build

android/build.gradle

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,14 @@ allprojects {
3535
maven { url 'https://www.jitpack.io' }
3636
}
3737
}
38+
39+
subprojects {
40+
afterEvaluate {
41+
project -> if (project.hasProperty("android")) {
42+
android {
43+
compileSdkVersion rootProject.ext.compileSdkVersion
44+
buildToolsVersion rootProject.ext.buildToolsVersion
45+
}
46+
}
47+
}
48+
}

buddy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
- pipeline: "build android"
22
trigger_mode: "ON_EVERY_PUSH"
3-
ref_name: "main"
4-
ref_type: "BRANCH"
53
fail_on_prepare_env_warning: true
64
trigger_condition: "ALWAYS"
5+
ref_name: "main"
6+
ref_type: "BRANCH"
77
actions:
88
- action: "Execute: ./gradlew bundleRelease assembleRelease"
99
type: "BUILD"

0 commit comments

Comments
 (0)