mirror of
https://github.com/PabloMK7/citra.git
synced 2025-01-06 07:06:07 +00:00
5 lines
169 B
Bash
Executable file
5 lines
169 B
Bash
Executable file
#!/bin/bash -ex
|
|
|
|
docker pull ubuntu:18.04
|
|
docker run -e ENABLE_COMPATIBILITY_REPORTING -v $(pwd):/citra ubuntu:18.04 /bin/bash -ex /citra/.travis/linux-frozen/docker.sh
|