diff --git a/.redhat-ci.yml b/.redhat-ci.yml index 1956cb30..da69f97a 100644 --- a/.redhat-ci.yml +++ b/.redhat-ci.yml @@ -23,3 +23,22 @@ timeout: 30m artifacts: - test-suite.log + +--- + +inherit: true + +packages: + - clang + +tests: + - sh autogen.sh + --prefix=/usr + --libdir=/usr/lib64 + --enable-installed-tests + --enable-gtk-doc + - make -j2 CC=clang CFLAGS='-Werror=unused-variable' + +context: Clang + +artifacts: