mirror of https://github.com/dexidp/dex.git
Browse Source
* 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. Signed-off-by: justaugustus <foo@agst.us>pull/1871/head
3 changed files with 5 additions and 0 deletions
@ -0,0 +1,3 @@
|
||||
tasks: |
||||
- init: go get && go build ./... && go test ./... && make |
||||
command: go run |
||||
Loading…
Reference in new issue