mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-11-01 12:47:52 +00:00
4 lines
169 B
Bash
Executable file
4 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
|