On Wed, 2019-02-13 at 11:56 -0800, Omar Sandoval wrote: +AD4 On Wed, Feb 13, 2019 at 10:54:04AM -0800, Bart Van Assche wrote: +AD4 +AD4 What is a build status badge? +AD4 +AD4 I just added it, see +AD4 https://github.com/osandov/blktests/commit/a61aa7fcce0bad9094b0e7646f3a8299c30afa6a +AD4 +AD4 Anyway, enabling Travis CI is easy: +AD4 +AD4 +ACo Navigate to https://travis-ci.org/ and click on +ACI-Sign in with github+ACI. +AD4 +AD4 +ACo In the left column, click on +ACIAKwAi (Add New Repository). +AD4 +AD4 +ACo For the blktests repository, enable continuous integration. This will cause a +AD4 +AD4 continuous integration test to be started after every git push and also every +AD4 +AD4 time a pull request is submitted. The rdma-core project uses Travis CI not only +AD4 +AD4 to compile-test pull requests but also to verify whether new code in pull +AD4 +AD4 requests passes building with sparse. This is useful for the rdma-core project +AD4 +AD4 since a lot of endianness conversions happen in that code and sparse can +AD4 +AD4 verify whether these conversions have been annotated correctly. See also +AD4 +AD4 https://github.com/linux-rdma/rdma-core. +AD4 +AD4 Thanks, I got it set up now. Thanks+ACE Bart.