TheAlgorithms-C/.gitpod.yml

6 lines
156 B
YAML
Raw Normal View History

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