1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix(build): cache debug deps during 2nd stage

(cherry picked from commit a686468bfd)
This commit is contained in:
Maxim Biro 2020-06-20 19:21:18 -04:00 committed by Anthony Bilinski
parent 83f543fab8
commit 1900592646
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -974,8 +974,10 @@ else
fi
if [[ "$BUILD_TYPE" == "debug" ]]
set +u
if [[ -n "$TRAVIS_CI_STAGE" ]] || [[ "$BUILD_TYPE" == "debug" ]]
then
set -u
# mingw-w64-debug-scripts
@ -1071,7 +1073,9 @@ then
echo "Using cached build of GDB `cat $GDB_PREFIX_DIR/done`"
fi
set +u
fi
set -u
# NSIS ShellExecAsUser plugin