This repository was archived by the owner on Sep 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +21
-16
lines changed Expand file tree Collapse file tree 1 file changed +21
-16
lines changed Original file line number Diff line number Diff line change @@ -310,25 +310,30 @@ jobs:
310310 tar -xf pulse-browser.source.tar.gz -C engine
311311 rm -rf pulse-browser.source.tar.gz
312312
313- - name : Bootstrap
314- shell : cmd
315- run : |
316- cd engine
313+ # - name: Bootstrap
314+ # shell: cmd
315+ # run: |
316+ # cd engine
317317
318- :: Get a bunch of details about the current directory
319- set "cwd_path=%cd%"
320- set "cwd_path=%cwd_path:\=/%"
321- set "cwd_path=%cwd_path:D:/=/d/%"
318+ # :: Get a bunch of details about the current directory
319+ # set "cwd_path=%cd%"
320+ # set "cwd_path=%cwd_path:\=/%"
321+ # set "cwd_path=%cwd_path:D:/=/d/%"
322322
323- echo "Using %cwd_path% as the working directory"
324- echo ""
323+ # echo "Using %cwd_path% as the working directory"
324+ # echo ""
325325
326- type nul > C:\script
327- echo cd %cwd_path% >> C:\script
328- echo ls >> C:\script
329- echo ./mach -v bootstrap --application-choice browser >> C:\script
330- type C:\script
331- C:\mozilla-build\start-shell.bat "C:\script"
326+ # type nul > C:\script
327+ # echo cd %cwd_path% >> C:\script
328+ # echo ls >> C:\script
329+ # echo ./mach -v bootstrap --application-choice browser >> C:\script
330+ # type C:\script
331+ # C:\mozilla-build\start-shell.bat "C:\script"
332+
333+ - name : Boostrap windows edition
334+ run : |
335+ cd engine
336+ mach --no-interactive --verbose bootstrap --application-choice browser
332337
333338 - name : Build
334339 run : yarn build --skip-patch-check
You can’t perform that action at this time.
0 commit comments