diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 000000000..6de4ee2b3 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,5 @@ +# Automatic workspace preparation for gitpod instances + +tasks: + - init: sudo apt-get install ffmpeg -y && go get && go build ./... && go test ./... + command: go run .