From f25c306054597ffcef92789089f52c975cee935d Mon Sep 17 00:00:00 2001 From: Krishna Vedala <7001608+kvedala@users.noreply.github.com> Date: Tue, 9 Jun 2020 14:14:39 -0400 Subject: [PATCH] install cpplint in gitpod --- .gitpod.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitpod.yml b/.gitpod.yml index 58433c3c08..14f45d6a23 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,5 +1,6 @@ tasks: - init: > + pip install cpplint cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug && cmake --build build -t all \ No newline at end of file