On Mon, May 14, 2018 at 8:19 PM, Michael Reeves <reeves...@gmail.com> wrote: > How does one use kde's ci system? Is there a way to test a projects setup > before going live with it?
Hi Michael, Define "going live with it". You can run your project locally using the same images the CI will for linux, but then the CI will also do other OS and configurations. If you're concerned with adding it and getting a red light. Don't worry, just get your project on the CI and if there's any issues, you can investigate and fix them. That's what the CI is for. :) Aleix