Introduction To Android CI/CD Pipelines
What is CI/CD?
CI: Continuous Integration
CD: Continuous Delivery or Deployment
CI/CD enhances the software development life cycle:
Continuous Integration: Developers merge code frequently to a central repository.
Continuous Delivery: A review...
enterprise-application-architecture.hashnode.dev2 min read