Loading

Paste #p9mgcx8mj

  1. already decided?
  2. - no self-hosted stuff
  3. - source code in git, workflow via pull-requests with inline comments
  4. - options were: github, gitlab, bitbucket
  5. - bitbucket has already been ruled out, it does not focus on public projects
  6.  
  7.  
  8.  
  9. github vs gitlab:
  10. - main difference is support for compile farm / continuous integration
  11. - the rest seems to be potato/potato
  12.  
  13. gitlab:
  14. - free continuous integration for win/linux/osx
  15. -> question: is the configuration directly usable by pull requests and forks/patchpacks? -> if yes, instant win
  16.  
  17. github:
  18. - free continuous integration via external/additional sites:
  19. -- appveyor for win
  20. -- circleci for linux/osx
  21. -> three sites to maintain :/

Comments