This website requires JavaScript.
Explore
Help
Register
Sign In
daniel
/
yuzu-android
Watch
1
Star
0
Fork
0
You've already forked yuzu-android
mirror of
https://github.com/yuzu-emu/yuzu-android
synced
2024-12-26 00:21:20 -08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
4b114e1b8a
yuzu-android
/
.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 12:58:48 -07:00
#!/bin/bash -ex
Update build scripts
2018-01-13 13:37:06 -08:00
docker run -v
$(
pwd
)
:/yuzu ubuntu:18.04 /bin/bash /yuzu/.travis/linux/docker.sh
Reference in New Issue
Copy Permalink