Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
Fix Cppcheck in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Omegastick committed Apr 20, 2019
1 parent 82f7395 commit e0f6e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ before_install:
- wget https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-latest.zip -O /tmp/libtorch.zip
- unzip /tmp/libtorch.zip -d /tmp/
# Install cppcheck
- git clone https://github.com/danmar/cppcheck /tmp/cppcheck
- git clone https://github.com/danmar/cppcheck /tmp/cppcheck && cd /tmp/cppcheck && git checkout 1.87 && cd -
- mkdir -p /tmp/cppcheck/build && cd /tmp/cppcheck/build && cmake .. && make -j2 && sudo make install && cd -
script:
# Print compiler versions
Expand Down

0 comments on commit e0f6e67

Please sign in to comment.