Commit Graph

14 Commits (f6715f98f511afbe415e7411351159bbb1828343)

Author SHA1 Message Date
James Rowe bf325d3859 Change travis tar command to specify compression format
macOS uses bsdtar which doesn't have the -a flag which determines
compression based on file extension.
8 years ago
James Rowe df8c01604e Revert use gzip for linux
Uses tar -a flag to determine compression algorithm based off file extension (so linux will continue to use xz and macOS can use gzip)
8 years ago
James Rowe c4de706ace Use gzip instead of lzma on macOS and linux releases
A common report from macOS users is they can't figure out how to unzip the
program. This will allow them to double click to unzip the archive which
is what users on macOS expect.
8 years ago
James Rowe b03e7bf28f Add deploy to bintray for builds to master 8 years ago
Yuri Kunde Schlesner 99079cc906 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.
8 years ago
wwylele 0dfad003dc Travis: only upload for push (#2134) 8 years ago
Andy Tran f8f6722133 Travis Build: OS X Startup Crash Fix (#1962)
* 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
9 years ago
Jannik Vogel ede028fe4d Add GPL license.txt and README.md to builds 9 years ago
MerryMage 373a790d76 OS X: Use dylibbundler to include dylibs required by citra in nightly archive 9 years ago
archshift addef06081 OS X build uploading: auto-confirm SSH host key
Prevents error verifying host key (and we can't manually verify since
the prompt is obviously non-interactive).
9 years ago
archshift a660469d1e Fix uploading of builds by adding exec bit to .travis-upload.sh
Fixes regression introduced by 6fc605a
10 years ago
Yuri Kunde Schlesner 73b6a715ee Travis: Remove use of sudo to enable use container-based builds 10 years ago
Emmanuel Gil Peyrot b1503b2020 Remove every trailing whitespace from the project (but externals). 10 years ago
archshift 6cc1a07235 CI: upload builds to builds.citra-emu.org instead of MEGA 10 years ago