mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
66baabb6ef
Gitpod is a free only ide which allows you to edit and run code in the browser. This script eases the gitpod setup.
5 lines
171 B
YAML
5 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 .
|