This website requires JavaScript.
Explore
Help
Register
Sign In
yuzu-emu
/
yuzu-mainline
Archived
Watch
1
Star
0
Fork
0
You've already forked yuzu-mainline
Code
This repository has been archived on
2024-03-23
. You can view files and clone it, but cannot push or open issues or pull requests.
9022d926eb
yuzu-mainline
/
.travis
/
linux
/
build.sh
4 lines
97 B
Bash
Raw
Normal View
History
Unescape
Escape
travis: Split build scripts for different platforms This commit also separates clang-format from the linux build, closing #2702.
2017-10-06 19:58:48 +00:00
#!/bin/bash -ex
Update build scripts
2018-01-13 21:37:06 +00:00
docker run -v
$(
pwd
)
:/yuzu ubuntu:18.04 /bin/bash /yuzu/.travis/linux/docker.sh
Copy Permalink