summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-09-20 00:54:47 +0300
committerAndrei Karas <akaras@inbox.ru>2018-09-20 02:37:27 +0300
commit8609328523e0a10e500333e0996e8d7be3a115de (patch)
tree0139a2567bb22fe516464309de2ba19a8ded1953 /tools
parent2ffc32b1b3a55a83fd6919a01d0017eee42a9453 (diff)
downloadplus-8609328523e0a10e500333e0996e8d7be3a115de.tar.gz
plus-8609328523e0a10e500333e0996e8d7be3a115de.tar.bz2
plus-8609328523e0a10e500333e0996e8d7be3a115de.tar.xz
plus-8609328523e0a10e500333e0996e8d7be3a115de.zip
Fix azure windows builds due issue with lf recoded to crlf.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ci/scripts/azure/mxeremovefiles.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/ci/scripts/azure/mxeremovefiles.sh b/tools/ci/scripts/azure/mxeremovefiles.sh
new file mode 100755
index 000000000..455829137
--- /dev/null
+++ b/tools/ci/scripts/azure/mxeremovefiles.sh
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+rm -rf .git
+rm -rf src
+rm -rf build
+rm -rf packaging
+rm -rf docs
+rm -rf po
+rm -rf dlls
+rm -rf m4
+rm -rf autom4te.cache
+rm -rf CMake
+rm -rf cppcheck
+rm -rf mana
+rm -rf nightly