das-labor / neopg

The multiversal cryptoengine!
Other
216 stars 16 forks source link

Fix travis, support more compilers, and check code formatting. #12

Closed lambdafu closed 6 years ago

lambdafu commented 6 years ago

The only build that's left to take care of is clang5+c++14, which requires an update of CLI11 to work within the broken travis setup (which uses libstdc++4.8, and I have no idea how to fix that - it works fine in a trusty docker container). We can allow failure for clang-format if it turns to be too cumbersome, but let's first try with a hard rule.