04-23-2014, 04:23 AM
Usually x86 executables pack better than 1/2 of the original size, with UPX the ratio can be even higher, even 1/4 of the original size. And individually-compressed builds should be okay.
New Pull Request Builder
|
04-23-2014, 04:23 AM
Usually x86 executables pack better than 1/2 of the original size, with UPX the ratio can be even higher, even 1/4 of the original size. And individually-compressed builds should be okay.
Had another look and this may not be feasible. Uploading the files is doable if you know what to upload them as. The problem is that travis builds do not appear to know if they are triggered as the result of a pull request so we don't know what to upload the file as and where to post the link.
Alternate option: implement https://github.com/travis-ci/travis-ci/issues/532 so that we don't have to do this in such a hacky way.
04-23-2014, 07:58 AM
No, me being stupid and looking in the wrong place in the manual, its TRAVIS_PULL_REQUEST. derp.
04-23-2014, 08:12 AM
So apart from ftp config I should be able to set up to store the artefacts and post the comment on build success.
04-23-2014, 05:14 PM
The only ones to keep should be gcc-debug-x86 and x64 I think. Each of those is about 15 megs zipped (so 30 megs in total).
04-23-2014, 10:28 PM
Do you want to be testing debug versions? Testing should be done in release then investigated in debug.
04-24-2014, 12:52 AM
It's easier just to test straight in debug - what's the real downside?
04-24-2014, 01:16 AM
Performance halving is not a real downside?
04-24-2014, 03:55 AM
No, you're only testing, not going to be running a production server on a pull request!
|
« Next Oldest | Next Newest »
|