tanzislam / cryptopals

:closed_lock_with_key: My answers to challenges in https://cryptopals.com
GNU General Public License v3.0
8 stars 5 forks source link

Add Coverity Scan automation to Travis CI #3

Closed tanzislam closed 7 years ago

tanzislam commented 7 years ago

Add the Coverity Scan add-on to the .travis.yml file. Only content-specific settings are included; owner-specific settings are expected to be supplied as secured environment variables.

The Coverity Scan is effectively executed only on Linux, due to having conflicts with the System Integrity Protection feature on OSX. This suits our use case perfectly, as we want Coverity Scan to run only on one of the matrix jobs.