mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
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 .
|