mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
gitpod: cmake export commands
This commit is contained in:
parent
f25c306054
commit
fef8921410
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user