File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33set -ex
44cd ` dirname $0 `
55pip3 install setuptools
6- python3 run.py build --debug macos_x86_64 --webrtc-fetch --commit " $1 "
7- python3 run.py package --debug macos_x86_64
6+ python3 run.py build macos_x86_64 --webrtc-fetch --commit " $1 "
7+ python3 run.py package macos_x86_64
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ Push-Location $SCRIPT_DIR
77 # リポジトリの下に置きたいが、GitHub Actions の D:\ の容量が少なくてビルド出来ない問題があるので
88 # このパスにソースを配置する。
99 # また、WebRTC のビルドしたファイルは同じドライブに無いといけないっぽいのでこちらも設定する。
10- python3 run.py build windows_x86_64 -- debug -- source- dir ' C:\webrtc' -- build-dir ' C:\webrtc-build' -- commit $COMMIT_HASH
11- python3 run.py package windows_x86_64 -- debug -- source- dir ' C:\webrtc' -- build-dir ' C:\webrtc-build'
10+ python3 run.py build windows_x86_64 -- source- dir ' C:\webrtc' -- build-dir ' C:\webrtc-build' -- commit $COMMIT_HASH
11+ python3 run.py package windows_x86_64 -- source- dir ' C:\webrtc' -- build-dir ' C:\webrtc-build'
1212Pop-Location
You can’t perform that action at this time.
0 commit comments