summaryrefslogtreecommitdiff
path: root/.gitpod.yml
blob: 6de4ee2b3b949e167c25fcdf0fece109853ac7eb (plain)
1
2
3
4
5
# Automatic workspace preparation for gitpod instances

tasks:
  - init: sudo apt-get install ffmpeg -y && go get && go build ./... && go test ./...
    command: go run .