Skip to content

Commit

Permalink
fixup! ci: fix RNTA integration pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 committed Oct 29, 2024
1 parent 12bb604 commit a83b40a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .ado/jobs/react-native-test-app-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
workingDirectory: react-native-test-app
- script: |
set -eo pipefail
$(Build.Repository.LocalPath)/.ado/scripts/verdaccio.sh configure
yarn --no-immutable
displayName: Install npm dependencies
Expand All @@ -43,13 +44,15 @@ jobs:
workingDirectory: react-native-test-app/example
- script: |
set -eo pipefail
../scripts/build/xcodebuild.sh macos/Example.xcworkspace build
displayName: Build x86
workingDirectory: react-native-test-app/example
env:
CCACHE_DISABLE: 1
- script: |
set -eo pipefail
../scripts/build/xcodebuild.sh macos/Example.xcworkspace clean
../scripts/build/xcodebuild.sh macos/Example.xcworkspace build ARCHS=arm64
displayName: Build ARM
Expand Down
12 changes: 5 additions & 7 deletions .ado/templates/apple-tools-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ steps:
inputs:
versionSpec: '18.x'

- task: CmdLine@2
displayName: 'brew bundle'
inputs:
script: |
brew bundle --file .ado/Brewfile
cat .ado/Brewfile.lock.json
- script: |
brew bundle --file .ado/Brewfile
cat .ado/Brewfile.lock.json
displayName: 'Install Homebrew dependencies'
- template: /.ado/templates/apple-xcode-select.yml@self
- template: /.ado/templates/apple-xcode-select.yml@self

0 comments on commit a83b40a

Please sign in to comment.