.gitpod.yml 171 B

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