Page 1 of 1

Downloading the PR build artifacts

Posted: 04 Mar 2018, 16:02
by akortunov
When someone opens a new PR, AppVeyor and Travis try to build it.
Is there an ability to download build artifacts to test the PR, if you do not have a setup environment for some reason?

Re: Downloading the PR build artifacts

Posted: 04 Mar 2018, 17:24
by AnyOldName3
I've discussed the possibility of setting this up with Ace in the past, and IIRC, the point at which we decided it was too much work to do immediately was when he realised AppVeyor needed to be able to send its artefacts somewhere as it deletes them when it's finished instead of hosting them forever. If someone wanted to bother setting up the infrastructure, it would be a nice thing to have, and would get rid of the burden of having to manually manage nightlies as well.

Re: Downloading the PR build artifacts

Posted: 04 Mar 2018, 19:46
by scrawl
See viewtopic.php?f=20&t=1808&start=280#p51902 and https://bugs.openmw.org/issues/4015
TL;DR: The CI builds are not likely to be very useful because they're built without any optimisation.

Even if we could do it, it's probably quite wasteful to make them into 'proper' builds if we consider that only a small fraction of PR's actually need more testing.