summaryrefslogtreecommitdiff
path: root/.gitpod.dockerfile
AgeCommit message (Collapse)AuthorFilesLines
2020-03-09Initial commit for Gitpodifying LibreOffice coreMuhammet Kara1-0/+13
After this commit, it will be possible to automatically create a Gitpod instance from the core repo, simply by giving its address. The instance will have all the build dependencies and the latest core repo cloned. It is suggested to limit the thread number by 4 by using the autogen.input file. Otherwise, your compiler processes might get killed during the build. 'Gitpod launches ready-to-code dev environments for your GitHub or GitLab project with a single click.' Change-Id: I7a0e07be6b36063f0527cb03ef032df3412afc7c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90197 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>