File tree Expand file tree Collapse file tree 3 files changed +27
-0
lines changed
Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change @@ -6,9 +6,11 @@ cat .buildkite/jobs/pipeline.release.yml
66cat .buildkite/jobs/pipeline.android_rn_77.yml
77cat .buildkite/jobs/pipeline.android_rn_78.yml
88cat .buildkite/jobs/pipeline.android_rn_82.yml
9+ cat .buildkite/jobs/pipeline.android_rn_83.yml
910cat .buildkite/jobs/pipeline.ios_rn_77.yml
1011cat .buildkite/jobs/pipeline.ios_rn_78.yml
1112cat .buildkite/jobs/pipeline.ios_rn_82.yml
13+ cat .buildkite/jobs/pipeline.ios_rn_83.yml
1214cat .buildkite/jobs/pipeline.publish.yml
1315
1416
You can’t perform that action at this time.
0 commit comments