Re: [Mesa-dev] [HOWTO] CI on appveyor with a linux image

2018-05-23 Thread Jose Fonseca
I don't object merging Linux into appveyor.yml somehow, but I really don't have the time to figure out how to do it. I also fear that Linux infrastructure might be unstable in this initial initial period, and we end up receiving false failure notification emails. (Even appveyor windows builds

[Mesa-dev] [HOWTO] CI on appveyor with a linux image

2018-05-21 Thread Benedikt Schemmer
I thought this might be interesting because currently appveyor is only used with MSVC and LLVM 3.3.1 They can however provide Ubuntu 16.04 LTS. Its free for OSS. You only need some kind of repository. Basic setup is easy https://www.appveyor.com/docs/ The hard part is the appveyor.yml file,