remove gitpod init and add commands

This commit is contained in:
Krishna Vedala
2020-06-09 17:47:05 -04:00
parent ebd04b3ba3
commit 8309630a9a

View File

@@ -1,8 +1,9 @@
tasks:
- init: >
pip install cpplint
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON &&
cmake --build build -t all
- command: pip install cpplint
name: Install CPPLINT
- command: cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
name: Configure project
vscode:
extensions:
- ms-vscode.cpptools@0.28.3:mjRj37VUK0nY2ZeDXzxOJA==