TheAlgorithms-C/.gitpod.yml
2020-06-09 14:19:19 -04:00

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