summaryrefslogtreecommitdiff
path: root/.travis-upload.sh
AgeCommit message (Collapse)Author
2016-12-31Add deploy to bintray for builds to masterJames Rowe
2016-11-24Travis: Remove build uploadingYuri Kunde Schlesner
@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.
2016-10-27Travis: only upload for push (#2134)wwylele
2016-07-25Travis Build: OS X Startup Crash Fix (#1962)Andy Tran
* Travis: Mac OS X Build Fix Addresses the issue of the nightly builds crashing on OS X. In short, the changes needed were to rename the references within the binaries in order to make the app “self-contained”. * Travis: Mac OS X Terminal Launches citra with a terminal (instead of going straight for the QT application, skipping the debugging terminal). * Travis: Clean Up Lines * Travis: Fix of EOL Issue * Travis: Merge Fixes from Build Branch * Travis: Forward OS X Arguments * Travis: Forward OS X Arg x2 The issue is, is that sure “open citra-qt.app —args test” works, but drag and drop doesn’t! * Travis: Something needed to be escaped
2016-06-21Add GPL license.txt and README.md to buildsJannik Vogel
2016-03-15OS X: Use dylibbundler to include dylibs required by citra in nightly archiveMerryMage
2015-10-03OS X build uploading: auto-confirm SSH host keyarchshift
Prevents error verifying host key (and we can't manually verify since the prompt is obviously non-interactive).
2015-07-13Fix uploading of builds by adding exec bit to .travis-upload.sharchshift
Fixes regression introduced by 6fc605a
2015-07-10Travis: Remove use of sudo to enable use container-based buildsYuri Kunde Schlesner
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-03-16CI: upload builds to builds.citra-emu.org instead of MEGAarchshift