mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-23 10:44:03 -07:00
Travis: Remove build uploading
@archshift has been MIA for a while, so our builds server is currently down. Furthermore, uploading is broken in both Linux and macOS: - The version of lftp in Trusty doesn't support the sftp:auto-confirm option, which means that uploading would hang, even if the server weren't down. It currently tries to connect forever and fails the build with a timeout. - lftp was removed from Homebrew, so it wasn't being installed on macOS and invoking it just failed.
This commit is contained in:
@@ -25,7 +25,6 @@ addons:
|
||||
- libqt5opengl5-dev
|
||||
- xorg-dev
|
||||
- lib32stdc++6 # For CMake
|
||||
- lftp # To upload builds
|
||||
- clang-format-4.0
|
||||
|
||||
cache:
|
||||
|
Reference in New Issue
Block a user