a0071de607
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
20 lines
463 B
YAML
20 lines
463 B
YAML
---
|
|
language: go
|
|
sudo: required
|
|
notifications:
|
|
email: false
|
|
go:
|
|
- 1.7
|
|
env:
|
|
- BUILDTAGS='btrfs_noversion libdm_no_deferred_remove'
|
|
- BUILDTAGS='btrfs_noversion libdm_no_deferred_remove containers_image_openpgp'
|
|
script: make tools .gitvalidation validate test test-skopeo BUILDTAGS="$BUILDTAGS"
|
|
dist: trusty
|
|
os:
|
|
- linux
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- btrfs-tools
|
|
- libdevmapper-dev
|
|
- libgpgme11-dev
|