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

Commit

Permalink
issue #25 - format libprio with clang-format, using Mozilla style (#26)
Browse files Browse the repository at this point in the history
* issue #25 - format libprio with clang-format, using Mozilla style

* force clang 3.9 (latest available on Ubuntu Trusty)

* remove clang-format file, 3.9 is confused by some settings. try using built-in Mozilla style instead
  • Loading branch information
rhelmer committed Aug 29, 2018
1 parent 4899697 commit ded8b10
Show file tree
Hide file tree
Showing 39 changed files with 10,732 additions and 10,662 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ addons:
packages:
- libnspr4-dev
- libnss3-dev
- clang-format-3.9

script:
- ./scripts/clang-format.sh
- scons
- export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
- ./build/ptest/ptest -v
Loading

0 comments on commit ded8b10

Please sign in to comment.