Aleix Pol
2018-06-05 01:17:14 UTC
How does one use kde's ci system? Is there a way to test a projects setup
before going live with it?
Hi Michael,before going live with it?
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