Skip to content

Commit

Permalink
Merge pull request #894 from mavlink/fix-win-exe-name
Browse files Browse the repository at this point in the history
travis: change name of exe as it's 32 bit
  • Loading branch information
julianoes authored Nov 2, 2019
2 parents a64b0b6 + 5725d3b commit 5fdbbad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ before_deploy:
mv build/release/install/bin/mavsdk_server build/release/install/bin/mavsdk_server_macos;
fi;
if [[ "${BUILD_TARGET}" = "windows" ]]; then
mv build/release/install/bin/mavsdk_server_bin.exe build/release/install/bin/mavsdk_server_win64.exe;
mv build/release/install/bin/mavsdk_server_bin.exe build/release/install/bin/mavsdk_server_win32.exe;
fi;
fi

Expand Down Expand Up @@ -203,7 +203,7 @@ deploy:
secure: hBX3pFWNZiDbz4yKnOjhLg3QS9Ubn1XePxSeIt2Btq5GzbomOPDCgpIFijBppliwj9oKc302EMnZSg2QWeAzFKn9UnmIflJ0E4iymYgwWdTJv+bSnYALJEmO8F6gF9FgRlPk8FCtZiECoTsa75w5TrEZKZpFpmzVYRiDu0eo6sEjW7UJPC0A2KSTXLrBCHSIZy/iasbGmuur4brG7NO0QdMOvDXvhsYfkXDRJFMTtTHvLiKJcqiunPfqARzf1H4x4iczRYscKu5Vn8Kmw3NANGkcIDvEj4ooih831EXxACRZw0VgycgNHOKRXKC9pZ4hLQMon+jxpQX+X8k/K5161oEkF/gCVKyFb31Pk/4Uwe81p1GJY2lAC7MDUxA98RKXhdvVYF2Cp44+IbF0YVoWRUtVAhknXRQ3Weg25kyVSu83q2nN2nZq2qGTnpNIbdN56s/F+uaFtipGEh+vmiv8rNUz+Z5MFrY2FQaSvBTFw9K4tNs9uc+VQd1bE7X5wh0yywEqUEw2nzqTB2xR+OubygUASbk2GLNdc254P0lrzCHbNM62Y7sRX06CM7hPlwhELEkVtUXZWJ0KuhQyLvRh3aPJ3Jj30EswTt/FGT1gzSP1FjjHBRZCK4P2D2rwJ5TMn2JrZKfPxmEd3kVmn6h80+gBbKgonGmZspd2SvPEI5g=
file_glob: true
file:
- "build/release/install/bin/mavsdk_server_win64.exe"
- "build/release/install/bin/mavsdk_server_win32.exe"
on:
repo: mavlink/MAVSDK
tags: true
Expand Down

0 comments on commit 5fdbbad

Please sign in to comment.