diff --git a/.gitpod.yml b/.gitpod.yml index 201f7d79c01..6bb774967cf 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,6 +1,10 @@ image: file: .gitpod.Dockerfile +tasks: + - init: echo "Starting init" | + make BUILD_TYPE=debug + github: prebuilds: # enable for the master/default branch (defaults to true)