-
Notifications
You must be signed in to change notification settings - Fork 1
/
shippable.yml
27 lines (16 loc) · 885 Bytes
/
shippable.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Build Environment
language: python
python:
- 3.0
install: true
# commands in this section run inside your CI container. In addition, any commands such as ls, in this section can be used to skip default processing #for CI.
# ci:
# Here you'd place anything you want to test.
# - rm -f /urpms
# - wget -c https://raw.githubusercontent.com/kuboosoft/united-build/master/urpms && chmod a+x urpms
# - /urpms -g UnitedRPMs/unitedrpms -s unitedrpms.spec -t fedora-25-x86_64
# the build scripts
script:
- docker run --privileged=true --cap-add=SYS_ADMIN -v $(pwd)/31:/root/enjoy/ davidva/unibuild-31 /bin/sh -c "rm -f /urpms && wget -c https://raw.githubusercontent.com/kuboosoft/united-build/master/urpms && chmod a+x urpms && /urpms -g UnitedRPMs/opera -s opera.spec -r true -d 'dist .fc31' -u true"
notifications:
slack: unitedrpms:lzDykHTpajKrgmGz9NkrO1Hj