gitpod: cmake export commands

This commit is contained in:
Krishna Vedala 2020-06-09 14:19:19 -04:00
parent f25c306054
commit fef8921410
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7
1 changed files with 2 additions and 2 deletions

View File

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