-
Notifications
You must be signed in to change notification settings - Fork 149
Add CI for react-native-macos-init #297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
vmImage: $(VmImage) | ||
demands: ['xcode', 'sh', 'npm'] | ||
steps: | ||
- task: UseNode@1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can be done separately, but we should look at getting this to 12
Please select one of the following
This change adds a CI pipeline test for the react-native-macos-init command. It is based on the CI pipeline test for the react-native-windows-init command.
It starts a Verdaccio npm proxy server, published both the
react-native-macos
andreact-native-macos-init
packages to the proxy, and then tests thenpx react-native init testcli
andnpx react-native-macos-init
commands.It does not yet test the actually building and execution of the resulting macOS test app. The CI test script will be expanded to including build and testing and the same time the local-cli is extended with a
run-macos
command in a future PR.Microsoft Reviewers: Open in CodeFlow