summaryrefslogtreecommitdiffhomepage
path: root/ci
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2020-01-02 10:29:43 +0100
committerDavid Lönnhager <david.l@mullvad.net>2020-01-07 11:19:44 +0100
commit8ef9e2215712cf74a075eabcf2696dd7cdf3faff (patch)
tree8dbd4cfde0abe62f3588105cf2a8dbaba39baadb /ci
parent51b8fdb7e27d8f68a663a22527365abb231129c1 (diff)
downloadmullvadvpn-8ef9e2215712cf74a075eabcf2696dd7cdf3faff.tar.xz
mullvadvpn-8ef9e2215712cf74a075eabcf2696dd7cdf3faff.zip
Include additional debug symbols (pdb) on the build server
Diffstat (limited to 'ci')
-rwxr-xr-xci/buildserver-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/buildserver-build.sh b/ci/buildserver-build.sh
index 5e9a5f88c5..d0e782efac 100755
--- a/ci/buildserver-build.sh
+++ b/ci/buildserver-build.sh
@@ -127,7 +127,7 @@ build_ref() {
MINGW*|MSYS_NT*)
sign_win || return 0
echo "Packaging all PDB files..."
- find ./windows/ -iname "*.pdb" | tar -cJf $SCRIPT_DIR/pdb/$current_hash.tar.xz -T -
+ find ./windows/ ./target/release/mullvad-daemon.pdb ./target/release/mullvad.pdb ./target/release/mullvad-problem-report.pdb -iname "*.pdb" | tar -cJf $SCRIPT_DIR/pdb/$current_hash.tar.xz -T -
;;
Linux*)
echo "Building Android APK"