thorium-mirror/win_scripts/trunk.bat
Alexander David Frick 883884b391
Update trunk.bat
2022-05-18 16:02:36 -05:00

22 lines
443 B
Batchfile

## Windows native build trunk script.
# Copyright (c) 2022 Alex313031.
cd C:\src\chromium\src\v8 &&
git checkout -f origin/main &&
cd C:\src\chromium\src &&
git checkout -f origin/main &&
git rebase-update &&
git fetch --tags &&
gclient sync --with_branch_heads --with_tags -f -R -D &&
gclient runhooks &&
python tools\update_pgo_profiles.py --target=win64 update --gs-url-base=chromium-optimization-profiles/pgo_profiles &&
exit 0