mirror of
https://github.com/gleam-lang/gleam.git
synced 2025-12-23 09:47:08 +00:00
15 lines
341 B
YAML
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
|