mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-15 08:40:06 +00:00
5 lines
169 B
Bash
Executable File
5 lines
169 B
Bash
Executable File
#!/bin/bash -ex
|
|
|
|
docker pull ubuntu:16.04
|
|
docker run -e ENABLE_COMPATIBILITY_REPORTING -v $(pwd):/citra ubuntu:16.04 /bin/bash -ex /citra/.travis/linux-frozen/docker.sh
|