Skip to content

Commit

Permalink
Merge pull request #27 from codefreak/fix/cpp-fixes
Browse files Browse the repository at this point in the history
C++ fixes
  • Loading branch information
HenningCash authored Mar 6, 2021
2 parents 546e545 + 7edcb0e commit c18ea83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion templates/cpp/.codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ plugins:
cpplint:
enabled: true
config:
filter: "-,+whitespace,+readability,-whitespace/ending_newline,-readability/multiline_string,-readability/casting"
filter: "-,+whitespace,+readability,-whitespace/ending_newline,-readability/multiline_string,-readability/casting"
exclude_patterns:
- "build/"
- "test/"
1 change: 1 addition & 0 deletions templates/cpp/codefreak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ evaluation:
results-path: test-results
project-path: /code
commands:
- "rm -rf build # Remove possible build files because there might be conflicting settings (i.e. the compiler path) from external builds"
- cmake -s . -B build -DCMAKE_BUILD_TYPE=Debug -G "Unix Makefiles"
- make -C build ExampleProject_tst
- build/test/ExampleProject_tst --gtest_output=xml:test-results/TEST-report.xml
Expand Down

0 comments on commit c18ea83

Please sign in to comment.