owncast/.gitpod.yml

6 lines
171 B
YAML
Raw Normal View History

# Automatic workspace preparation for gitpod instances
tasks:
- init: sudo apt-get install ffmpeg -y && go get && go build ./... && go test ./...
command: go run .