diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-27 02:22:07 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-27 02:23:34 +0200 |
commit | cd270e020525f09e6a7ed63d49684ca5a771772b (patch) | |
tree | b0192c7a487d0307649db575049214ce85d000c7 /coverity/build | |
parent | 9deb6dafac0877423abe38eab887d11ea80ef548 (diff) |
coverity: add coverity tree
Diffstat (limited to 'coverity/build')
-rw-r--r-- | coverity/build/.gitignore | 3 | ||||
-rw-r--r-- | coverity/build/build.cmd | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/coverity/build/.gitignore b/coverity/build/.gitignore new file mode 100644 index 00000000..52f763f0 --- /dev/null +++ b/coverity/build/.gitignore @@ -0,0 +1,3 @@ +/*/ +/*.tar.* +/*.zip diff --git a/coverity/build/build.cmd b/coverity/build/build.cmd new file mode 100644 index 00000000..6da5a3b1 --- /dev/null +++ b/coverity/build/build.cmd @@ -0,0 +1,4 @@ +setlocal +set PATH=%path%;d:\cygwin64\usr\i686-w64-mingw32\bin;d:\cygwin64\bin +cov-build --dir cov-int ninja %* +exit /b %ERRORLEVEL% |