Skip to content

Commit

Permalink
Test early versions of expo with universal cert building
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Jun 28, 2023
1 parent 02b4346 commit 422d0b8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,22 @@ steps:
- expo-maze-runner:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:ci-${BRANCH_NAME}
- expo-maze-runner:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:ci-latest

- label: ':android: Build expo APK'
key: "build-expo-apk"
timeout_in_minutes: 20
agents:
queue: "opensource-arm-mac-cocoa-12"
env:
EXPO_RELEASE_CHANNEL: ${BUILDKITE_BUILD_ID}
artifact_paths: build/output.apk
commands:
- test/scripts/build-android.sh
# - label: ':android: Build expo APK'
# key: "build-expo-apk"
# timeout_in_minutes: 20
# agents:
# queue: "opensource-arm-mac-cocoa-12"
# env:
# EXPO_RELEASE_CHANNEL: ${BUILDKITE_BUILD_ID}
# artifact_paths: build/output.apk
# commands:
# - test/scripts/build-android.sh

- label: ':apple: Build expo IPA'
key: "build-expo-ipa"
timeout_in_minutes: 20
agents:
queue: "opensource-arm-mac-cocoa-12"
queue: "ms-arm-12-8"
env:
EXPO_RELEASE_CHANNEL: ${BUILDKITE_BUILD_ID}
DEVELOPER_DIR: "/Applications/Xcode13.4.app"
Expand Down
3 changes: 3 additions & 0 deletions test/features/fixtures/test-app/eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"credentialsSource": "local",
"android": {
"buildType": "apk"
},
"ios": {
"enterpriseProvisioning": "universal"
}
}
},
Expand Down

0 comments on commit 422d0b8

Please sign in to comment.