Add Gitpod config (#2173)

Gitpod is a free only ide which allows you to edit and run code in the browser. This script eases the gitpod setup.
pull/2175/head
Cleo John 1 year ago committed by GitHub
parent 600f7c3ea1
commit 66baabb6ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 .
Loading…
Cancel
Save