Hello everyone!
I recently found an online platform that deploys ci/cd. Do you all think it would be interesting to have ci/cd in the foton?
For example, there is a site called: AppVeyor that can compile c# projects in the cloud, I think this is important because it can help to deploy easily.
So, I initially plan on using AppVeyor free plan to deploy the foton library. What do you all think of this idea? does it make sense or not?
Note:
- I recently created a pull request for this. You can see it here: add community standards, donate and deploy with ci/cd
- Ci/cd in AppVeyor, it's free and in the cloud. And it is possible to have ci/cd on any platform: windows, linux, mac-os.
- AppVeyor is Continuous Integration(CI) and Deployment (CD) service.
- CI/CD is the abbreviation of Continuous Integration/Continuous Delivery. It is a software development practice that aims to make code integration more efficient through automated builds and tests.
Hello everyone!
I recently found an online platform that deploys ci/cd. Do you all think it would be interesting to have ci/cd in the foton?
For example, there is a site called: AppVeyor that can compile c# projects in the cloud, I think this is important because it can help to deploy easily.
So, I initially plan on using AppVeyor free plan to deploy the foton library. What do you all think of this idea? does it make sense or not?
Note: