Skip to content

Commit 889f2dc

Browse files
committed
Added 0.83 pipelines
1 parent 12c0640 commit 889f2dc

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
- label: ":android: Android (RN 0.83.0)"
2+
env:
3+
JAVA_HOME: /opt/openjdk/jdk-17.0.9.jdk/Contents/Home/
4+
REACT_NATIVE_VERSION: 0.83.0
5+
command:
6+
- "nvm install"
7+
- "./scripts/ci.android.sh"
8+
key: "android_rn_83"
9+
timeout_in_minutes: 90
10+
artifact_paths: "/Users/builder/uibuilder/work/playground/artifacts/**/*"
11+
12+
13+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- label: ":ios: iOS (RN 0.83.0)"
2+
env:
3+
REACT_NATIVE_VERSION: 0.83.0
4+
command:
5+
- "nvm install"
6+
- "./scripts/ci.ios.sh"
7+
key: "ios_rn_83"
8+
timeout_in_minutes: 90
9+
artifact_paths: "/Users/builder/uibuilder/work/playground/artifacts/**/*"
10+
11+
12+

.buildkite/pipeline.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ cat .buildkite/jobs/pipeline.release.yml
66
cat .buildkite/jobs/pipeline.android_rn_77.yml
77
cat .buildkite/jobs/pipeline.android_rn_78.yml
88
cat .buildkite/jobs/pipeline.android_rn_82.yml
9+
cat .buildkite/jobs/pipeline.android_rn_83.yml
910
cat .buildkite/jobs/pipeline.ios_rn_77.yml
1011
cat .buildkite/jobs/pipeline.ios_rn_78.yml
1112
cat .buildkite/jobs/pipeline.ios_rn_82.yml
13+
cat .buildkite/jobs/pipeline.ios_rn_83.yml
1214
cat .buildkite/jobs/pipeline.publish.yml
1315

1416

0 commit comments

Comments
 (0)