mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-07 19:23:39 -04:00
3 lines
137 B
Bash
Executable file
3 lines
137 B
Bash
Executable file
#!/bin/bash -ex
|
|
|
|
docker run -e ENABLE_COMPATIBILITY_REPORTING -v $(pwd):/citra ubuntu:18.04 /bin/bash -ex /citra/.travis/linux/docker.sh
|