On Wed, 8 Apr 2020 at 22:59, Vincent Fu <vincentfu@xxxxxxxxx> wrote: > > For what it's worth, I have integrated AppVeyor and travis-ci with my > own github account, allowing the two services to run through the > build/test cycle on Linux, Windows, and macOS any time I push changes to > my fork of fio. > > It's been a while since I set up the integration but it looks like the > right places to look are here: > > https://github.com/marketplace/appveyor > https://github.com/marketplace/travis-ci > > The main drawback of the two services is that they do not provide access > to the test artifacts. So I maintain a small cluster of servers that > does automated builds/testing for fio, although this is all going away > when our lab is dismantled at the end of May. Appveyor can be made to selectively package up chosen artifacts that can be downloaded. See https://github.com/axboe/fio/blob/3f2dcb7f855d43244ec178aa2a34bb1475bf6901/.appveyor.yml#L30 for an example and see https://www.appveyor.com/docs/packaging-artifacts/ for the docs. -- Sitsofe | http://sucs.org/~sits/