diff options
Diffstat (limited to 'tools')
-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 |