Browse Source

add gid pod config file

pull/370/head
Helder Ferreira 2 years ago
parent
commit
84e9f0bb64
  1. 12
      .gitpod.yml

12
.gitpod.yml

@ -0,0 +1,12 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
# and commit this file to your remote git repository to share the goodness with others.
tasks:
- before: sudo apt install libolm3 libolm-dev
init: go get && go build ./... && go test ./...
command: go run
vscode:
extensions:
- golang.go
Loading…
Cancel
Save