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.
This commit is contained in:
Cleo John 2022-10-06 00:35:13 +02:00 committed by GitHub
parent 600f7c3ea1
commit 66baabb6ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
.gitpod.yml Normal file
View file

@ -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 .