mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-13 15:37:06 +08:00
6 lines
156 B
YAML
6 lines
156 B
YAML
tasks:
|
|
- init: >
|
|
pip install cpplint
|
|
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON &&
|
|
cmake --build build -t all
|
|
|