[llvm-dev] Appveyor for the LLVM Github Org

Jacob Carlborg via llvm-dev llvm-dev at lists.llvm.org
Wed Mar 20 03:40:50 PDT 2019


On 2019-03-19 18:51, Roman Lebedev via llvm-dev wrote:

> How would that work for LLVM?
> libc++ / libcxx are rather small projects so Appveyor works well for them.
> But LLVM as a whole is *huge*.
> It takes ~50 minutes (1 hour let's say) to build it for me with 8 cores.
> Appveyor builds are 2-4 cores, and severely ram-limited.
> So it would take 4..2 hours at best to build, and then there's tests.
> It doesn't sound all that promising?

Azure Pipelines is another CI service. It supports Windows, Linux and 
macOS. Open source projects get 10 parallel builds (you can ask for 
more, not sure if that's free). The time limit of a build is 6 hours.

-- 
/Jacob Carlborg



More information about the llvm-dev mailing list