aboutsummaryrefslogtreecommitdiffstats
path: root/.gitpod.yml
diff options
context:
space:
mode:
authorFarzad Sadeghi <thabogre@gmail.com>2021-01-06 04:39:53 +0000
committerFarzad Sadeghi <thabogre@gmail.com>2021-01-06 04:39:53 +0000
commitb2846ca6d6376cdccd0886809dc4521723973f87 (patch)
tree9d168ae7871225749b48a813bdf5af2493687427 /.gitpod.yml
parentMerge pull request #16 from schra/fix/spellings (diff)
downloadcgrep-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 '.gitpod.yml')
-rw-r--r--.gitpod.yml5
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