mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-14 23:24:50 +03:00
519292114f
I'm getting spammed. We'll see the results in the status. Closes: #450 Approved by: jlebon
17 lines
382 B
YAML
17 lines
382 B
YAML
language: c
|
|
dist: trusty
|
|
sudo: required
|
|
|
|
env:
|
|
- ci_distro=ubuntu ci_suite=trusty
|
|
- ci_docker=debian:jessie ci_distro=debian ci_suite=jessie
|
|
- ci_docker=debian:unstable ci_distro=debian ci_suite=unstable
|
|
- ci_docker=ubuntu:xenial ci_distro=ubuntu ci_suite=xenial
|
|
|
|
script:
|
|
- tests/ci-install.sh
|
|
- ci_parallel=2 ci_sudo=yes tests/ci-build.sh
|
|
|
|
notifications:
|
|
email: false
|