-
Notifications
You must be signed in to change notification settings - Fork 81
Continuous Integration
Tom Barbette edited this page Sep 14, 2018
·
1 revision
To ensure people not familiar with batching get warned about bad configuration including non-batch compatible element, some messages are printed to inform a potential slower configuration. However testies (used by make check
) does not cope well with those message to stdout. To disable them and allow make check to run, you must pass --disable-verbose-batch
to configure.
This repository uses Travis CI for CI tests which run make check under various configure options combinations. We also have a Gitlab CI for internal tests.