From c2248f6bee6b3eef770b557d9be7659dae586222 Mon Sep 17 00:00:00 2001 From: cbdev Date: Sun, 3 May 2020 19:23:45 +0200 Subject: Strip Windows binaries, update semantics for _interval callback --- .travis-ci.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis-ci.sh') 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/ -- cgit v1.2.3