2020-06-10 02:06:02 +08:00
|
|
|
tasks:
|
|
|
|
- init: >
|
2020-06-10 02:14:39 +08:00
|
|
|
pip install cpplint
|
2020-06-10 02:19:19 +08:00
|
|
|
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON &&
|
|
|
|
cmake --build build -t all
|
2020-06-10 02:06:02 +08:00
|
|
|
|