This website requires JavaScript.
Explore
Help
Sign In
microsoft
/
playwright
Watch
1
Star
1
Fork
0
You've already forked playwright
mirror of
https://github.com/microsoft/playwright.git
synced
2024-12-15 14:11:50 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
cfa8206a93
playwright
/
browser_patches
/
winldd
/
clean.sh
9 lines
85 B
Bash
Raw
Normal View
History
Unescape
Escape
chore: update browser patches as of May 26, 2023 (#23556) (#24079) Internal commit reference: https://github.com/microsoft/playwright-browsers/commit/2e6d52519cbcf11f54bd6e602829560f4ff0efde
2023-07-06 22:22:45 +03:00
#!/bin/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 19:43:43 +03:00
set
-e
set
+x
trap
"
cd
$(
pwd
-P
)
"
EXIT
cd
"
$(
dirname
$0
)
"
rm -rf ./x64
Reference in New Issue
Copy Permalink