summaryrefslogtreecommitdiffstats
path: root/.travis/linux-mingw/build.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/linux-mingw/build.sh')
-rwxr-xr-x.travis/linux-mingw/build.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis/linux-mingw/build.sh b/.travis/linux-mingw/build.sh
deleted file mode 100755
index b12d70b12..000000000
--- a/.travis/linux-mingw/build.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash -ex
-mkdir "$HOME/.ccache" || true
-docker run --env-file .travis/common/travis-ci.env -v $(pwd):/yuzu -v "$HOME/.ccache":/root/.ccache yuzuemu/build-environments:linux-mingw /bin/bash -ex /yuzu/.travis/linux-mingw/docker.sh