mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-26 20:47:53 -05:00
travis: Use Qt 5 on Ubuntu CI builds
This commit is contained in:
@ -16,7 +16,7 @@ if [ "$TRAVIS_OS_NAME" = "linux" -o -z "$TRAVIS_OS_NAME" ]; then
|
||||
export PKG_CONFIG_PATH=$HOME/.local/lib/pkgconfig:$PKG_CONFIG_PATH
|
||||
|
||||
mkdir build && cd build
|
||||
cmake -DCITRA_FORCE_QT4=ON ..
|
||||
cmake ..
|
||||
make -j4
|
||||
|
||||
ctest -VV -C Release
|
||||
|
Reference in New Issue
Block a user