From b05987eb80631d470402a19aa3cec79f668e92e7 Mon Sep 17 00:00:00 2001 From: Krishna Vedala <7001608+kvedala@users.noreply.github.com> Date: Tue, 9 Jun 2020 14:06:02 -0400 Subject: [PATCH] initial gitpod --- .gitpod.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..58433c3c --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,5 @@ +tasks: +- init: > + cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug && + cmake --build build -t all + \ No newline at end of file