-
Notifications
You must be signed in to change notification settings - Fork 4
/
.travis.yml
16 lines (16 loc) · 914 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
united-build:
language: generic
sudo: required
services:
- docker
script:
# ENABLE tne next line and delete add a "#" the next lines; if you want build with mock
#- travis_wait 40 docker run --cap-add=SYS_ADMIN davidva/unibuild /bin/sh /urpms -g UnitedRPMs/spotify -s spotify.spec -t fedora-25-x86_64
- docker run -v $(pwd):/root/enjoy --cap-add=SYS_ADMIN davidva/unibuild-34 /bin/sh -c "rm -f urpms && wget -c https://raw.githubusercontent.com/kuboosoft/united-build/master/urpms && chmod a+x urpms && /urpms -g UnitedRPMs/broadcom-wl-dkms -s broadcom-wl-dkms.spec -r true -d 'dist .fc34' -u true"
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/8bbc656ea277114ba4fd
on_success: always # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always