seqan / product_backlog

This repository is used as product backlog for all SeqAn relevant backlog items. This is intended to organise the work for the team.
2 stars 1 forks source link

Do we want static analysis? #187

Closed rrahn closed 2 years ago

rrahn commented 4 years ago

https://scan.coverity.com/faq#what-is-coverity-scan

Can be integrated into travis - maybe as nightly?

Resolution 10.08.2020

Try it out if it is easy to set up. Don't try to hard if it does not work. If it works make it a nightly job on travis CI.

eseiler commented 4 years ago

I tried it. Unfortunately, they do not support -fconcepts/-std=c++20 (-std=c++17 is supported).

However, once they support it, the actual process is easy and setting it up in some weekly job should be no problem.

eseiler commented 2 years ago

Added to https://github.com/seqan/product_backlog/issues/198 Still no full cpp20 support