119
edits
(Add note on how best to stop the loop-ff.sh script.) |
(clone w/ ssh to avoid the need to set default-push in .hg/hgrc) |
||
Line 6: | Line 6: | ||
- Builds are done after vendoring in each commit. Having a <code>.mozconfig</code> file that enables cache (either sccache or ccache) will improve the performance of the scripts. | - Builds are done after vendoring in each commit. Having a <code>.mozconfig</code> file that enables cache (either sccache or ccache) will improve the performance of the scripts. | ||
hg clone | hg clone --stream ssh://hg.mozilla.org/projects/elm | ||
(cd elm && ./mach bootstrap --application-choice=browser && ./mach build) | (cd elm && ./mach bootstrap --application-choice=browser && ./mach build) | ||
git clone https://github.com/mozilla/libwebrtc moz-libwebrtc | git clone https://github.com/mozilla/libwebrtc moz-libwebrtc |
edits