diff options
author | Farzad Sadeghi <thabogre@gmail.com> | 2021-01-06 06:33:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-06 06:33:58 +0000 |
commit | f7c1adbb3a16725babd65335c26aaf215d846c07 (patch) | |
tree | 9d168ae7871225749b48a813bdf5af2493687427 /.gitpod.yml | |
parent | Merge pull request #16 from schra/fix/spellings (diff) | |
parent | Fully automate dev setup with Gitpod (diff) | |
download | cgrep-f7c1adbb3a16725babd65335c26aaf215d846c07.tar.gz cgrep-f7c1adbb3a16725babd65335c26aaf215d846c07.zip |
Merge pull request #17 from terminaldweller/terminaldweller/gitpod-setup
Fully automate dev setup with Gitpod
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 |