Loading

Paste #pdjl8tnrd

  1. already evaluated:
  2. - all external continuous integration sites fail to provide win/linux/osx support in some way, so there is no way around a self-hosted compile farm
  3. - there is no tool chain which supports both c++11 and win9x. win9x will be dropped.
  4.  
  5. current options:
  6.  
  7. 1) github
  8. - advantage: popular
  9.  
  10. 2) gitlab
  11. - same as github, but less popular?
  12.  
  13. 3) gitlab, self-hosted
  14. - disadvantage: custom user-management again
  15. - potential advantage: could patchpacks use our compile farm out-of-the-box? though would we actually want to host external projects again?
  16. - to evaluate: difference in feature-set between self-hosted and non-self-hosted
  17.  
  18. 4) bitbucket, self-hosted
  19. - go the full atlassian route with jira, bamboo and confluence? ... meh imho

Comments