aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis-ci.sh
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-05-03 19:23:45 +0200
committercbdev <cb@cbcdn.com>2020-05-03 19:23:45 +0200
commitc2248f6bee6b3eef770b557d9be7659dae586222 (patch)
tree653eff4d8d0cc4cbd270e7ca07be88c4da8d71fc /.travis-ci.sh
parentf9886f3b06ce8e32aea893208646053f93a00a6c (diff)
downloadmidimonster-c2248f6bee6b3eef770b557d9be7659dae586222.tar.gz
midimonster-c2248f6bee6b3eef770b557d9be7659dae586222.tar.bz2
midimonster-c2248f6bee6b3eef770b557d9be7659dae586222.zip
Strip Windows binaries, update semantics for _interval callback
Diffstat (limited to '.travis-ci.sh')
-rw-r--r--.travis-ci.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis-ci.sh b/.travis-ci.sh
index 8f6a5ca..8d5d42d 100644
--- a/.travis-ci.sh
+++ b/.travis-ci.sh
@@ -78,6 +78,8 @@ elif [ "$TASK" = "windows" ]; then
mkdir ./deployment
mkdir ./deployment/backends
mkdir ./deployment/docs
+ # Strip the Windows binaries as they become huge quickly
+ strip midimonster.exe backends/*.dll
cp ./midimonster.exe ./deployment/
cp ./backends/*.dll ./deployment/backends/
cp ./backends/*.dll.disabled ./deployment/backends/