From 4d0381a46fe4fa43cb0670c73d44e37f07400c63 Mon Sep 17 00:00:00 2001 From: Seyed Alireza Damghani Date: Wed, 9 Jun 2021 10:19:40 -0300 Subject: [PATCH] [Infra]: Building VTR in debug mode in GitPod Initialization signed-off-by: Seyed Alireza Damghani --- .gitpod.yml | 4 ++++ 1 file changed, 4 insertions(+) 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)