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:
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 .
|
||||
Reference in New Issue
Block a user