How do people customize their build configurations when using Git and Git-flow? I have several tasks that I want to perform:
- Commit - compilation, start of static code analysis, unit test, package
- Integration Tests - Run Integration Tests
- Deployment for testing - deploying the application in a test environment
- Functional test - run end-to-end functional tests
- Deployment in QA - Manually draw into a QA environment that conducts smoke tests.
With the wizard, create, release function branches. I am curious how people map them into assembly processes.
git build-automation git-flow teamcity
Colin bowern
source share