mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-15 14:50:05 +00:00
4 lines
137 B
Bash
Executable File
4 lines
137 B
Bash
Executable File
#!/bin/bash -ex
|
|
|
|
docker run -e ENABLE_COMPATIBILITY_REPORTING -v $(pwd):/citra ubuntu:16.04 /bin/bash -ex /citra/.travis/linux/docker.sh
|