Skip to content

Commit

Permalink
install cpplint in gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
kvedala committed Jun 9, 2020
1 parent f579aca commit f25c306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
tasks:
- init: >
pip install cpplint
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug &&
cmake --build build -t all

0 comments on commit f25c306

Please sign in to comment.