diff options
author | Farzad Sadeghi <thabogre@gmail.com> | 2021-01-06 04:39:53 +0000 |
---|---|---|
committer | Farzad Sadeghi <thabogre@gmail.com> | 2021-01-06 04:39:53 +0000 |
commit | b2846ca6d6376cdccd0886809dc4521723973f87 (patch) | |
tree | 9d168ae7871225749b48a813bdf5af2493687427 /.gitpod.yml | |
parent | Merge pull request #16 from schra/fix/spellings (diff) | |
download | cgrep-b2846ca6d6376cdccd0886809dc4521723973f87.tar.gz cgrep-b2846ca6d6376cdccd0886809dc4521723973f87.zip |
Fully automate dev setup with Gitpodterminaldweller/gitpod-setup
This commit implements a fully-automated development setup using Gitpod.io, an
online IDE for GitLab, GitHub, and Bitbucket that enables Dev-Environments-As-Code.
This makes it easy for anyone to get a ready-to-code workspace for any branch,
issue or pull request almost instantly with a single click.
Diffstat (limited to '')
-rw-r--r-- | .gitpod.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..3a69a10 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,5 @@ +image: + file: .gitpod.Dockerfile + +tasks: + - init: make |