Revert "CMake: Get Git submodule dependencies via CMake (#2474)"

This reverts commit 5cef446f42.
This commit is contained in:
Tobias 2019-06-29 22:19:47 +02:00 committed by GitHub
parent bb4a1e059c
commit cae9708a00
2 changed files with 18 additions and 15 deletions

View file

@ -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