From cae9708a00c9e2f69802b9fdb43cf7413ca25e83 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sat, 29 Jun 2019 22:19:47 +0200 Subject: Revert "CMake: Get Git submodule dependencies via CMake (#2474)" This reverts commit 5cef446f42e698a524c6c3240fedb0031f8e5694. --- .travis/linux-mingw/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.travis') diff --git a/.travis/linux-mingw/build.sh b/.travis/linux-mingw/build.sh index c32a909d3..b12d70b12 100755 --- a/.travis/linux-mingw/build.sh +++ b/.travis/linux-mingw/build.sh @@ -1,4 +1,3 @@ #!/bin/bash -ex - -mkdir -p "$HOME/.ccache" -docker run -e ENABLE_COMPATIBILITY_REPORTING --env-file .travis/common/travis-ci.env -v $(pwd):/yuzu -v "$HOME/.ccache":/root/.ccache yuzuemu/build-environments:linux-mingw /bin/bash /yuzu/.travis/linux-mingw/docker.sh +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 -- cgit v1.2.3