diff --git a/.redhat-ci.yml b/.redhat-ci.yml index 97bbcf87..cc02f75e 100644 --- a/.redhat-ci.yml +++ b/.redhat-ci.yml @@ -76,6 +76,30 @@ env: tests: - make check TESTS=tests/test-rollsum +artifacts: + - test-suite.log +--- + +inherit: true + +context: f25-experimental-api + +build: + config-opts: > + --prefix=/usr + --libdir=/usr/lib64 + --enable-gtk-doc + --enable-experimental-api + +env: + CC: 'gcc' + +tests: + - make check + - /bin/sh -c 'gnome-desktop-testing-runner -p 0 --timeout $((10 * 60)) libostree/' + +artifacts: + - test-suite.log --- inherit: true