mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-11-01 12:47:52 +00:00
3 lines
245 B
Bash
Executable file
3 lines
245 B
Bash
Executable file
#!/bin/bash -ex
|
|
mkdir "$HOME/.ccache" || true
|
|
docker run --env-file .travis/common/travis-ci.env -e ENABLE_COMPATIBILITY_REPORTING -v $(pwd):/citra -v "$HOME/.ccache":/root/.ccache ubuntu:18.04 /bin/bash -ex /citra/.travis/linux-mingw/docker.sh
|