aboutsummaryrefslogtreecommitdiff
path: root/.gitpod.yml
diff options
context:
space:
mode:
authorCyril Cohen2021-03-14 22:12:48 +0100
committerGitHub2021-03-14 22:12:48 +0100
commit6380d68df35be46329cc75c2675b83d1b8a482a4 (patch)
tree7789b4a6fc6d44ca3cbe271ef48428c9d92c3352 /.gitpod.yml
parentb26bff45cb80da59a5975318a9d2a7e5425a5713 (diff)
Try gitpod (#721)
Diffstat (limited to '.gitpod.yml')
-rw-r--r--.gitpod.yml10
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