mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-02 08:25:07 +01: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
|