initial gitpod

This commit is contained in:
Krishna Vedala 2020-06-09 14:06:02 -04:00
parent d2410f9c28
commit b05987eb80
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7

5
.gitpod.yml Normal file
View File

@ -0,0 +1,5 @@
tasks:
- init: >
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug &&
cmake --build build -t all