Browse Source

Add Gitpod config (#2173)

Gitpod is a free only ide which allows you to edit and run code in the browser. This script eases the gitpod setup.
pull/2175/head
Cleo John 3 years ago committed by GitHub
parent
commit
66baabb6ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .gitpod.yml

5
.gitpod.yml

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
# Automatic workspace preparation for gitpod instances
tasks:
- init: sudo apt-get install ffmpeg -y && go get && go build ./... && go test ./...
command: go run .
Loading…
Cancel
Save