summaryrefslogtreecommitdiffstats
path: root/.travis-upload.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-10-07travis: Split build scripts for different platformsMerryMage1-139/+0
This commit also separates clang-format from the linux build, closing #2702.
2017-10-02macOS: Build x86_64h sliceMerryMage1-2/+2
This commit produces a fat-binary with two slices. The x86_64 slice is for all x64 systems, and the x86_64h slice targets x64 systems starting with Haswell. The latter allows the compiler to use newer instructions that are not available on older microarchitectures.
2017-08-10Implement correct folder structure for CI buildsj-selby1-2/+9
2017-08-06Travis/AppVeyor: Deploy based upon tagsj-selby1-115/+113
2017-07-28Produce 7zip artifacts on Travis and Appveyorj-selby1-0/+5
2017-02-25Change travis tar command to specify compression formatJames Rowe1-1/+3
macOS uses bsdtar which doesn't have the -a flag which determines compression based on file extension.
2017-02-23Revert use gzip for linuxJames Rowe1-2/+3
Uses tar -a flag to determine compression algorithm based off file extension (so linux will continue to use xz and macOS can use gzip)
2017-02-23Use gzip instead of lzma on macOS and linux releasesJames Rowe1-2/+2
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.
2016-12-31Add deploy to bintray for builds to masterJames Rowe1-4/+6
2016-11-25Travis: Remove build uploadingYuri Kunde Schlesner1-2/+0
@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)wwylele1-1/+1
2016-07-26Travis Build: OS X Startup Crash Fix (#1962)Andy Tran1-0/+91
* 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 Vogel1-0/+4
2016-03-15OS X: Use dylibbundler to include dylibs required by citra in nightly archiveMerryMage1-0/+3
2015-10-04OS X build uploading: auto-confirm SSH host keyarchshift1-1/+1
Prevents error verifying host key (and we can't manually verify since the prompt is obviously non-interactive).
2015-07-14Fix uploading of builds by adding exec bit to .travis-upload.sharchshift1-0/+0
Fixes regression introduced by 6fc605a
2015-07-11Travis: Remove use of sudo to enable use container-based buildsYuri Kunde Schlesner1-1/+0
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot1-3/+3
2015-03-17CI: upload builds to builds.citra-emu.org instead of MEGAarchshift1-0/+29