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:
parent
600f7c3ea1
commit
66baabb6ef
5
.gitpod.yml
Normal file
5
.gitpod.yml
Normal 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 .
|
Loading…
Reference in New Issue
Block a user