iphydf
|
b3036c55a6
|
Stop running tests in the bazel build.
These always fail at present. We'll need to look into making them not
always fail so we can enable them and get some useful signal from them.
|
2018-08-12 17:04:07 +00:00 |
|
iphydf
|
f627a26a7b
|
Run Clang global static analysis on Travis.
This uses a single .cc file containing almost all the code in the
repository to perform whole program analysis.
|
2018-07-22 02:34:30 +00:00 |
|
iphydf
|
9eacfafff7
|
Set C++11/C99 flag manually in older cmake on not-msvc.
These flags are needed so the code actually compiles, so can't only be
set on Travis.
|
2018-07-15 23:01:32 +00:00 |
|
Maxim Biro
|
c0b4cd156f
|
Simplify Travis-CI FreeBSD build
|
2018-07-15 18:37:10 -04:00 |
|
iphydf
|
2377cac94b
|
Use named function types for group callbacks.
Also some other cleanups. This PR means that future PRs, i.e. the PGC PR,
must not break the rules established here.
|
2018-07-12 21:15:51 +00:00 |
|
iphydf
|
0b7e29e019
|
Add the bazel build as one of the PR-blocking builds.
|
2018-07-10 16:45:50 +00:00 |
|
iphydf
|
597f23bdd9
|
Use run_auto_test.h test fixture for some auto-tests.
Most of the auto-tests should use this fixture, but I've only done a few
to set an example.
|
2018-07-05 23:41:27 +00:00 |
|
iphydf
|
1a54be06cd
|
Simplify Travis CI builds.
Have one script per build. This means more duplication between the
scripts, but it's much easier to understand and to run locally.
|
2018-07-01 08:35:44 +00:00 |
|