1
0
Fork 0
mirror of https://github.com/owncast/owncast.git synced 2025-01-30 20:13:53 +03:00
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 .