This commit is contained in:
parent
4242066488
commit
26459a3dd5
@ -7,10 +7,12 @@ steps:
|
|||||||
image: xoxys/rpmbuild-centos7
|
image: xoxys/rpmbuild-centos7
|
||||||
user: root
|
user: root
|
||||||
pull: always
|
pull: always
|
||||||
|
environment:
|
||||||
|
CUPSRELEASE: "2.2.10"
|
||||||
commands:
|
commands:
|
||||||
- yum install -y gnutls-devel pam-devel dbus-devel avahi-devel systemd-devel
|
- yum install -y gnutls-devel pam-devel dbus-devel avahi-devel systemd-devel
|
||||||
- wget https://github.com/apple/cups/releases/download/v2.2.10/cups-2.2.10-source.tar.gz
|
- wget https://github.com/apple/cups/releases/download/v$CUPSRELEASE/cups-$CUPSRELEASE-source.tar.gz
|
||||||
- rpmbuild -ta --without libusb1 cups-2.2.10-source.tar.bz2
|
- rpmbuild -ta --without libusb1 cups-$CUPSRELEASE-source.tar.gz
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
Reference in New Issue
Block a user