Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2 from abdfnx/abdfnx/gitpod-setup
Browse files Browse the repository at this point in the history
Fully automate dev setup with Gitpod
  • Loading branch information
abdfnx authored Jan 9, 2021
2 parents 63ce656 + c4151e3 commit 6d57d5f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM gitpod/workspace-full

# Install custom tools, runtimes, etc.
# For example "bastet", a command-line tetris clone:
# RUN brew install bastet
#
# More information: https://www.gitpod.io/docs/config-docker/
6 changes: 6 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
image:
file: .gitpod.Dockerfile

tasks:
- init: go get && go build ./... && go test ./...
command: go run

0 comments on commit 6d57d5f

Please sign in to comment.