summaryrefslogtreecommitdiff
path: root/.gitpod.yml
AgeCommit message (Collapse)AuthorFilesLines
2020-03-09Install C++ VSCode extension for GitpodMuhammet Kara1-0/+4
Change-Id: I631e050316acdcbb42dfbb5e6476a4e8e7cc0f8d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90221 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
2020-03-09Initial commit for Gitpodifying LibreOffice coreMuhammet Kara1-0/+2
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>