Ryan C. Gordon
|
ceeeaf0cdd
|
Disable static builds for static analysis.
There's really no sense in analyzing everything twice, and this makes the
job finish significantly faster.
|
2017-07-30 14:36:01 -04:00 |
|
Ryan C. Gordon
|
e9290829ce
|
checker-buildbot.sh: Disable warnings that aren't explicitly static analysis.
|
2016-11-25 14:16:27 -05:00 |
|
Ryan C. Gordon
|
24c83a59ae
|
checker-buildbot.sh: Upgraded to checker-279, deal with zero bugs detected.
|
2016-11-24 21:13:23 -05:00 |
|
Ryan C. Gordon
|
19ea7d41a4
|
Fixed buildbot's static analysis script to enable assertions.
This removes false positives. Apparently someone forced the default CMake
builds to use -O3, turning these off by default. :/
|
2016-01-08 07:21:15 -05:00 |
|
Ryan C. Gordon
|
88981cee60
|
Fixed the cmake-guided static analysis and use it by default.
The configure script fails on it on Mac OS X, now, for whatever reason.
Hopefully gets our static analysis buildslave running again!
|
2014-08-20 01:21:45 -04:00 |
|
Ryan C. Gordon
|
9566f222dc
|
Minor comment cleanups in checker-buildbot.sh
|
2014-03-19 22:43:30 -04:00 |
|
Ryan C. Gordon
|
1a43e1cd11
|
Don't overwrite SDL_dynapi.h in checker-buildbot.sh.
|
2014-03-19 16:02:25 -04:00 |
|
Ryan C. Gordon
|
474e5b8972
|
Make checker-buildbot.sh work just about anywhere Clang is installed.
|
2014-03-19 15:25:27 -04:00 |
|
Ryan C. Gordon
|
948cac24ff
|
Reenable static builds for now with static analysis.
|
2014-03-19 13:22:09 -04:00 |
|
Ryan C. Gordon
|
6ccba1adab
|
Buildbot static analysis script: use configure script instead of cmake.
|
2014-03-19 03:29:14 -04:00 |
|
Ryan C. Gordon
|
be388fc3c6
|
Just build shared libraries for static analysis.
Building the static libs just does the same work twice.
|
2014-03-19 03:04:04 -04:00 |
|
Ryan C. Gordon
|
5c1d79d19e
|
Added a script to let buildslaves run Clang static analysis.
|
2014-03-19 00:58:32 -04:00 |
|