Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 003f506

Browse files
authored
👷 Boostrap using cmd
1 parent 1a3b4b7 commit 003f506

File tree

1 file changed

+21
-16
lines changed

1 file changed

+21
-16
lines changed

‎.github/workflows/alpha.yml‎

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)