forked from microsoft/fluentui-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Combine platform specific test apps (except win32) (microsoft#1535)
* update fluent-tester * delete others * move FluentTester src * yarn build works * rnx-bundle works * autolinking bug workaround + android * windows works * Update Apple CI * More CI updates * Update more CI * update * more updates * More updates * Change files * maybe fix android * fix ci? * fix ci? * ci * setup emulator * Remove expander * More fixes * The final countdown * more fixes * fix more links * derp * Change files * Rearrange jobs and more fixes * JS PR back to top * remove flag that doesn't work * Update android bundle name, enable single app mode * forgot some * Remove extra space * update lock * Update CI * Remove Drawer from Fluent tester for now * remove drawer again * Change files * Fix metro configs * rerun `yarn configure-test-app` and add back some more metro config changes * no expander * update react dep + fix pipeline maybe * delete duplicate job * update yarn lock * add back rnta * Change files * Move new tests * Fix bundle * update links + Podfile + delete podfile locks temporarily * remove drawer again, add back locks * Update apps/fluent-tester/package.json Co-authored-by: Tommy Nguyen <[email protected]> * Update apps/win32/package.json Co-authored-by: Tommy Nguyen <[email protected]> * Update apps/fluent-tester/metro.config.js Co-authored-by: Tommy Nguyen <[email protected]> * updates * back to windows-2019 * merge * remove --use-nuget * Update .ado/azure-pipelines.yml * Add back auto-lauch packager to ios/macos Co-authored-by: Tommy Nguyen <[email protected]>
- Loading branch information
Showing
382 changed files
with
619 additions
and
15,929 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,24 @@ | ||
parameters: | ||
relative_directory: '' | ||
platform: '' | ||
|
||
steps: | ||
# Install any pods necessary for the project | ||
- bash: | | ||
echo "pod install --project-directory=src" | ||
pod install --project-directory=src | ||
workingDirectory: apps/${{ parameters.relative_directory }} | ||
displayName: 'pod install' | ||
echo "pod install $(platform)" | ||
pod install | ||
workingDirectory: apps/fluent-tester/$(platform) | ||
displayName: 'pod install $(platform)' | ||
- bash: | | ||
echo "Pre boot simulator" | ||
UDID=$(xcrun simctl create test-iphone com.apple.CoreSimulator.SimDeviceType.iPhone-12 iOS15.5) | ||
xcrun simctl boot $UDID | ||
workingDirectory: apps/${{ parameters.relative_directory }} | ||
workingDirectory: apps/fluent-tester | ||
condition: and(succeeded(), eq('${{ parameters.platform }}', 'ios')) | ||
displayName: 'Boot simulator' | ||
- bash: | | ||
echo "yarn ${{ parameters.relative_directory }}" | ||
yarn ${{ parameters.relative_directory }} | ||
workingDirectory: apps/${{ parameters.relative_directory }} | ||
displayName: 'yarn ${{ parameters.relative_directory }}' | ||
env: | ||
platform_directory: ${{ parameters.relative_directory }} | ||
echo "yarn $(platform)" | ||
yarn $(platform) | ||
workingDirectory: apps/fluent-tester | ||
displayName: 'yarn $(platform)' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.