mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-10 05:18:30 +03:00
4b7ab5167c
Since they're now part of the auto-built image. Closes: #572 Approved by: cgwalters
42 lines
579 B
YAML
42 lines
579 B
YAML
branches:
|
|
- master
|
|
- auto
|
|
- try
|
|
|
|
container:
|
|
image: projectatomic/ostree-tester
|
|
|
|
env:
|
|
CFLAGS: '-fsanitize=undefined'
|
|
|
|
build:
|
|
config-opts: >
|
|
--prefix=/usr
|
|
--libdir=/usr/lib64
|
|
--enable-installed-tests
|
|
--enable-gtk-doc
|
|
|
|
tests:
|
|
- make syntax-check
|
|
- make check
|
|
- gnome-desktop-testing-runner ostree
|
|
- sudo --user=testuser gnome-desktop-testing-runner ostree
|
|
|
|
timeout: 30m
|
|
|
|
artifacts:
|
|
- test-suite.log
|
|
|
|
---
|
|
|
|
inherit: true
|
|
|
|
context: Clang
|
|
|
|
env:
|
|
CC: 'clang'
|
|
CFLAGS: '-Werror=unused-variable'
|
|
|
|
tests:
|
|
artifacts:
|