mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-02 11:11:16 +00:00
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.
5 lines
117 B
YAML
5 lines
117 B
YAML
image: gitpod/workspace-full
|
|
|
|
tasks:
|
|
- init: go get && go build ./... && go test ./... && make
|
|
command: go run
|