This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
yuzu
Watch
2
Star
1
Fork
You've already forked yuzu
0
mirror of
https://github.com/yuzu-emu/yuzu.git
synced
2024-07-04 23:31:19 +01:00
Code
Issues
Releases
Activity
8a440faa69
yuzu
/
.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 20:58:48 +01: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
Reference in a new issue
Copy permalink