This website requires JavaScript.
Explore
Help
Sign In
emu-mirror
/
yuzu
Watch
1
Star
0
Fork
0
You've already forked yuzu
mirror of
https://github.com/yuzu-mirror/yuzu.git
synced
2024-11-18 15:37:34 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2fcbb35ad2
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 21:58:48 +02:00
#!/bin/bash -ex
Update build scripts
2018-01-13 22:37:06 +01:00
docker run -v
$(
pwd
)
:/yuzu ubuntu:18.04 /bin/bash /yuzu/.travis/linux/docker.sh
Reference in New Issue
Copy Permalink