mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 10:17:56 -05:00
CI: use Ninja to build stuff faster
This commit is contained in:
@ -6,9 +6,9 @@ set -e
|
||||
|
||||
ccache -s
|
||||
|
||||
mkdir -p "$HOME/.conan/"
|
||||
cp -rv /home/yuzu/.conan/profiles/ "$HOME/.conan/"
|
||||
cp -rv /home/yuzu/.conan/settings.yml "$HOME/.conan/"
|
||||
mkdir -p "$HOME/.conan/profiles"
|
||||
wget -nc "https://github.com/yuzu-emu/build-environments/raw/master/linux-mingw/default" -O "$HOME/.conan/profiles/default"
|
||||
wget -nc "https://github.com/yuzu-emu/build-environments/raw/master/linux-mingw/settings.yml" -O "$HOME/.conan/settings.yml"
|
||||
|
||||
mkdir -p build && cd build
|
||||
export LDFLAGS="-fuse-ld=lld"
|
||||
|
Reference in New Issue
Block a user