-
Notifications
You must be signed in to change notification settings - Fork 2
/
.travis.yml
16 lines (16 loc) · 939 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-27 /bin/sh /urpms -g UnitedRPMs/spotify -s spotify.spec -t fedora-27-x86_64
- docker run -v $(pwd):/root/enjoy --cap-add=SYS_ADMIN --security-opt seccomp:unconfined davidva/unibuild-35 /bin/sh -c "rm -f urpms && wget -c https://raw.githubusercontent.com/kuboosoft/united-build/master/urpms && chmod a+x urpms && /urpms -g UnitedRPMs/obs-studio -s obs-studio.spec -r true -d 'dist .fc35' -u true"
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/8bbc656ea277114ba4fd
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always