This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
playwright
Watch
1
Star
0
Fork
0
You've already forked playwright
mirror of
https://github.com/microsoft/playwright.git
synced
2025-06-26 21:40:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
playwright
/
browser_patches
/
winldd
/
clean.sh
9 lines
93 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
chore: update browser patches as of Aug, 1 2023 (#27005) Internal commit reference: https://github.com/microsoft/playwright-browsers/commit/2fa26b1d228354923106adfbe8bed042f0c23ea6
2023-09-11 18:16:33 -07:00
#!/usr/bin/env bash
devops: build winldd on buildbots (#3917) This patch: - moves PrintDepsWindows folder to `//browser_patches/winldd` - adds `build.sh`, `archive.sh`, `clean.sh` and `BUILD_NUMBER` to power builds on buildbots - starts building `winldd-win64` on windows buildbot
2020-09-18 09:43:43 -07:00
set
-e
set
+x
trap
"
cd
$(
pwd
-P
)
"
EXIT
cd
"
$(
dirname
$0
)
"
rm -rf ./x64
Reference in New Issue
Copy Permalink