Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.39 KB

File metadata and controls

26 lines (15 loc) · 1.39 KB

WebRTC

This repository is a fork of the WebRTC project. The original README can be found here.

Fork Specifics

.gitignore

Due to the fork specifics, the repo's .gitignore has been updated to match the fork's requirements.

Building Tools

The fork contains a fastlane pipeline to produce builds for iOS. To access the pipeline you need to switch into src/fastlane and execute bundle exec fastlane lanes to see the available lanes.

Manual CI (fan-out tests)

In the GitHub repo, use Actions → Manual platform tests (.github/workflows/manual-platform-tests.yml): pick one or more platform checkboxes, then one gclient sync via stream-webrtc-release-pipeline’s deps sync lane, then parallel jobs for the platforms you enabled.

Building for iOS
  • Build the WebRTC library for iOS bundle exec fastlane ios build

License