diff options
| author | Cyril Cohen | 2021-03-14 22:12:48 +0100 |
|---|---|---|
| committer | GitHub | 2021-03-14 22:12:48 +0100 |
| commit | 6380d68df35be46329cc75c2675b83d1b8a482a4 (patch) | |
| tree | 7789b4a6fc6d44ca3cbe271ef48428c9d92c3352 | |
| parent | b26bff45cb80da59a5975318a9d2a7e5425a5713 (diff) | |
Try gitpod (#721)
| -rw-r--r-- | .gitpod.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..3818803 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,10 @@ +# The Docker image to run your workspace in. Defaults to gitpod/workspace-full +image: coqorg/coq:8.13 +# Command to start on workspace startup (optional) +tasks: +# - init: install +# command: +# Ports to expose on workspace startup (optional) +ports: + - port: 8000 + onOpen: open-preview |
