mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-28 03:57:02 +02:00
Retry cpack until it succeeds
This commit is contained in:
parent
d937d26b80
commit
1975a08a3c
2
.github/workflows/github.yml
vendored
2
.github/workflows/github.yml
vendored
@ -282,7 +282,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd '${{github.workspace}}/out/build/${{matrix.preset}}'
|
cd '${{github.workspace}}/out/build/${{matrix.preset}}'
|
||||||
CPACK_PATH=`which -a cpack | grep -m1 -v -i chocolatey`
|
CPACK_PATH=`which -a cpack | grep -m1 -v -i chocolatey`
|
||||||
"$CPACK_PATH" -C ${{matrix.pack_type}} ${{ matrix.cpack_args }}
|
counter=0; until "$CPACK_PATH" -C ${{matrix.pack_type}} ${{ matrix.cpack_args }} || ((counter > 20)); do sleep 3; ((counter++)); done
|
||||||
test -f '${{github.workspace}}/CI/${{matrix.platform}}/post_pack.sh' \
|
test -f '${{github.workspace}}/CI/${{matrix.platform}}/post_pack.sh' \
|
||||||
&& '${{github.workspace}}/CI/${{matrix.platform}}/post_pack.sh' '${{github.workspace}}' "$(ls '${{ env.VCMI_PACKAGE_FILE_NAME }}'.*)"
|
&& '${{github.workspace}}/CI/${{matrix.platform}}/post_pack.sh' '${{github.workspace}}' "$(ls '${{ env.VCMI_PACKAGE_FILE_NAME }}'.*)"
|
||||||
rm -rf _CPack_Packages
|
rm -rf _CPack_Packages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user