66baabb6ef
Gitpod is a free only ide which allows you to edit and run code in the browser. This script eases the gitpod setup.
6 lines
171 B
YAML
6 lines
171 B
YAML
# Automatic workspace preparation for gitpod instances
|
|
|
|
tasks:
|
|
- init: sudo apt-get install ffmpeg -y && go get && go build ./... && go test ./...
|
|
command: go run .
|