install cpplint in gitpod

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

View File

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