- already decided?
- - no self-hosted stuff
- - source code in git, workflow via pull-requests with inline comments
- - options were: github, gitlab, bitbucket
- - bitbucket has already been ruled out, it does not focus on public projects
- github vs gitlab:
- - main difference is support for compile farm / continuous integration
- - the rest seems to be potato/potato
- gitlab:
- - free continuous integration for win/linux/osx
- -> question: is the configuration directly usable by pull requests and forks/patchpacks? -> if yes, instant win
- github:
- - free continuous integration via external/additional sites:
- -- appveyor for win
- -- circleci for linux/osx
- -> three sites to maintain :/