Skip to content

Commit

Permalink
set NODE_VERISON and JAVA_VERSION environment variables and bundle in…
Browse files Browse the repository at this point in the history
…stall
  • Loading branch information
gingerbenw committed Mar 19, 2024
1 parent e731bf7 commit e767e1d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .buildkite/react-native-navigation-pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ steps:
queue: macos-12-arm
env:
BUILD_ANDROID: "true"
JAVA_VERSION: "17"
NODE_VERSION: "18"
REACT_NATIVE_NAVIGATION: "true"
RN_VERSION: "{{matrix.rn_version}}"
artifact_paths:
- "test/react-native/features/fixtures/generated/react-native-navigation/**/reactnative.apk"
commands:
- bundle install
- ./bin/generate-react-native-navigation-fixture
matrix:
setup:
Expand All @@ -37,12 +40,15 @@ steps:
queue: macos-12-arm
env:
BUILD_ANDROID: "true"
JAVA_VERSION: "17"
NODE_VERSION: "18"
REACT_NATIVE_NAVIGATION: "true"
RCT_NEW_ARCH_ENABLED: "true"
RN_VERSION: "{{matrix.rn_version}}"
artifact_paths:
- "test/react-native/features/fixtures/generated/react-native-navigation/**/reactnative.apk"
commands:
- bundle install
- ./bin/generate-react-native-navigation-fixture
matrix:
setup:
Expand All @@ -63,6 +69,7 @@ steps:
queue: "macos-12-arm"
env:
BUILD_IOS: "true"
NODE_VERSION: "18"
REACT_NATIVE_NAVIGATION: "true"
RN_VERSION: "{{matrix.rn_version}}"
DEVELOPER_DIR: "/Applications/Xcode14.app"
Expand All @@ -88,6 +95,7 @@ steps:
queue: "macos-12-arm"
env:
BUILD_IOS: "true"
NODE_VERSION: "18"
REACT_NATIVE_NAVIGATION: "true"
RCT_NEW_ARCH_ENABLED: "true"
RN_VERSION: "{{matrix.rn_version}}"
Expand Down
8 changes: 8 additions & 0 deletions .buildkite/react-native-navigation-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ steps:
queue: macos-12-arm
env:
BUILD_ANDROID: "true"
JAVA_VERSION: "17"
NODE_VERSION: "18"
REACT_NATIVE_NAVIGATION: "true"
RN_VERSION: "{{matrix.rn_version}}"
artifact_paths:
- "test/react-native/features/fixtures/generated/react-native-navigation/**/reactnative.apk"
commands:
- bundle install
- ./bin/generate-react-native-navigation-fixture
matrix:
setup:
Expand All @@ -35,12 +38,15 @@ steps:
queue: macos-12-arm
env:
BUILD_ANDROID: "true"
JAVA_VERSION: "17"
NODE_VERSION: "18"
REACT_NATIVE_NAVIGATION: "true"
RCT_NEW_ARCH_ENABLED: "true"
RN_VERSION: "{{matrix.rn_version}}"
artifact_paths:
- "test/react-native/features/fixtures/generated/react-native-navigation/**/reactnative.apk"
commands:
- bundle install
- ./bin/generate-react-native-navigation-fixture
matrix:
setup:
Expand All @@ -60,6 +66,7 @@ steps:
queue: "macos-12-arm"
env:
BUILD_IOS: "true"
NODE_VERSION: "18"
REACT_NATIVE_NAVIGATION: "true"
RN_VERSION: "{{matrix.rn_version}}"
DEVELOPER_DIR: "/Applications/Xcode14.app"
Expand All @@ -84,6 +91,7 @@ steps:
queue: "macos-12-arm"
env:
BUILD_IOS: "true"
NODE_VERSION: "18"
REACT_NATIVE_NAVIGATION: "true"
RCT_NEW_ARCH_ENABLED: "true"
RN_VERSION: "{{matrix.rn_version}}"
Expand Down

0 comments on commit e767e1d

Please sign in to comment.