go-ethereum/.gitpod.yml
Ricardo Contreras 72340a71a0 Fully automate dev setup with Gitpod
This commit implements a fully-automated development setup using Gitpod.io, an
online IDE for GitHub and GitLab that enables Dev-Environments-As-Code.
This makes it easy for anyone to get a ready-to-code workspace for any branch,
issue or pull request almost instantly with a single click.
2020-11-19 02:50:52 +00:00

5 lines
117 B
YAML

image: gitpod/workspace-full
tasks:
- init: go get && go build ./... && go test ./... && make
command: go run