mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-11 09:18:20 +03:00
ci: Add unit case for --enable-experimental-api
We're starting to get a lot of contexts, and this is likely going to drive some requirements for consolidation and improvements like not testing *every* context on every PR, etc. But for now since experimental is new, and under development, let's test it. Closes: #875 Approved by: cgwalters
This commit is contained in:
parent
84d6267b61
commit
add88c3a23
@ -76,6 +76,30 @@ env:
|
|||||||
tests:
|
tests:
|
||||||
- make check TESTS=tests/test-rollsum
|
- 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
|
inherit: true
|
||||||
|
Loading…
Reference in New Issue
Block a user