diff options
| author | bloodstalker <thabogre@gmail.com> | 2016-12-13 13:13:56 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2016-12-13 13:13:56 +0000 | 
| commit | 61cd781891661222753334e88f4575b74d342f52 (patch) | |
| tree | f8587f6d2560a90e7388bec2b3f19c63a78d3d52 | |
| parent | added a pre-build script for CI Travis to run (diff) | |
| download | mutator-61cd781891661222753334e88f4575b74d342f52.tar.gz mutator-61cd781891661222753334e88f4575b74d342f52.zip | |
to support CI Travis and automate with Coverity
| -rw-r--r-- | .travis.yaml | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/.travis.yaml b/.travis.yaml new file mode 100644 index 0000000..3c95619 --- /dev/null +++ b/.travis.yaml @@ -0,0 +1,7 @@ + + +before_script: +  - ./extra-tools/CITPreBuildDep.sh +language: cpp +compiler: clang + | 
