gleam/.gitpod.yml
2021-03-08 22:40:02 +00:00

15 lines
341 B
YAML

image:
file: .gitpod.Dockerfile
# See: https://www.gitpod.io/docs/config-start-tasks/
tasks:
- init: cargo build && make
command: cargo watch -x run
# See: https://www.gitpod.io/docs/prebuilds/#configure-the-github-app
github:
prebuilds:
master: true
pullRequests: true
pullRequestsFromForks: true
addCheck: true