mirror of
https://git.h3cjp.net/H3cJP/citra.git
synced 2024-11-23 07:32:49 +00:00
45fdcdd632
Closes #3022.
4 lines
103 B
Bash
Executable file
4 lines
103 B
Bash
Executable file
#!/bin/bash -ex
|
|
|
|
docker run -v $(pwd):/citra ubuntu:16.04 /bin/bash -ex /citra/.travis/linux/docker.sh
|