diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-09-20 00:54:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-09-20 02:37:27 +0300 |
commit | 8609328523e0a10e500333e0996e8d7be3a115de (patch) | |
tree | 0139a2567bb22fe516464309de2ba19a8ded1953 /tools/ci | |
parent | 2ffc32b1b3a55a83fd6919a01d0017eee42a9453 (diff) | |
download | mv-8609328523e0a10e500333e0996e8d7be3a115de.tar.gz mv-8609328523e0a10e500333e0996e8d7be3a115de.tar.bz2 mv-8609328523e0a10e500333e0996e8d7be3a115de.tar.xz mv-8609328523e0a10e500333e0996e8d7be3a115de.zip |
Fix azure windows builds due issue with lf recoded to crlf.
Diffstat (limited to 'tools/ci')
-rwxr-xr-x | tools/ci/scripts/azure/mxeremovefiles.sh | 15 |
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 |