Why three different CI systems configured? #766
Answered
by
gyscos
michalfita
asked this question in
Q&A
-
I wanted to add building examples in CI, but they I've figured there are three different CI systems configured in this repository:
May I know why? And if not all are in use, why not remove redundant ones? |
Beta Was this translation helpful? Give feedback.
Answered by
gyscos
Jun 18, 2025
Replies: 1 comment 3 replies
-
Hi, and thanks for the question! These mostly come from historical reason. Travis was used first, before github actions was a thing (or at least before I learned about it). Appveyor was added next to test windows, as travis didn't easily support it. Github actions has since replaced both. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yup, appveyor has been removed for a while, and I just removed the travis file now after reading your post. Thanks for noticing!