mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-09 23:38:42 +00:00
e6600e3b17
Keep up with updates to the compiler.
5 lines
193 B
Bash
5 lines
193 B
Bash
#!/bin/bash -ex
|
|
|
|
# the UID for the container yuzu user is 1027
|
|
docker run -u root -v $(pwd):/liftinstall -t yuzuemu/build-environments:linux-liftinstall /bin/bash /liftinstall/.travis/build.sh
|