browser(webkit): do run win build again if first attempt failed (#4881)

This commit is contained in:
Yury Semikhatsky 2021-01-04 13:40:56 -08:00 committed by GitHub
parent 706c1e44d1
commit 3ff81fe172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
1411
Changed: yurys@chromium.org Mon Jan 4 10:57:20 PST 2021
1412
Changed: yurys@chromium.org Mon 04 Jan 2021 01:36:20 PM PST

View File

@ -70,7 +70,7 @@ elif [[ "$(uname)" == "Linux" ]]; then
build_wpe
fi
elif [[ "$(uname)" == MINGW* ]]; then
/c/Windows/System32/cmd.exe "/c $(cygpath -w ${SCRIPT_FOLDER}/buildwin.bat)"
/c/Windows/System32/cmd.exe "/c $(cygpath -w ${SCRIPT_FOLDER}/buildwin.bat)" ||
# Run build step twice on Windows to work around adjust-angle-include-paths.py not
# being called at right time. See
# https://github.com/WebKit/WebKit/commit/e9a19fe7e3c245252be6ed70c86639d09227a6dc