mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +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
|
|
|