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

This commit is contained in:
Maxim Biro 2020-06-20 19:21:18 -04:00
parent 8768f6be37
commit a686468bfd
No known key found for this signature in database
GPG Key ID: AB3AD9896472BFA4

View File

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