forked from mintoolkit/mint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fully-automate development setup with Gitpod (#196)
Signed-off-by: Geoffrey Huntley <ghuntley@ghuntley.com>
- Loading branch information
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# List the start up tasks. You can start them in parallel in multiple terminals. | ||
# https://www.gitpod.io/docs/config-start-tasks/ | ||
tasks: | ||
- init: > | ||
make tools build | ||
command: make inspect | ||
# Enable prebuilds of your project to enable faster workspace start times. | ||
# https://www.gitpod.io/docs/prebuilds/#configure-the-github-app | ||
github: | ||
prebuilds: | ||
master: true | ||
branches: true | ||
pullRequests: true | ||
pullRequestsFromForks: true | ||
addCheck: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters