slim/.gitpod.yml
Geoffrey Huntley 9a9a9988bb
Fully-automate development setup with Gitpod (#196)
Signed-off-by: Geoffrey Huntley <ghuntley@ghuntley.com>
2021-05-21 09:17:40 -07:00

16 lines
469 B
YAML

# 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