debug
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Robert Kaussow 2019-02-09 15:52:16 +01:00
parent 26459a3dd5
commit f5a74f47d9

View File

@ -10,6 +10,7 @@ steps:
environment: environment:
CUPSRELEASE: "2.2.10" CUPSRELEASE: "2.2.10"
commands: commands:
- pwd
- 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/v$CUPSRELEASE/cups-$CUPSRELEASE-source.tar.gz - wget https://github.com/apple/cups/releases/download/v$CUPSRELEASE/cups-$CUPSRELEASE-source.tar.gz
- rpmbuild -ta --without libusb1 cups-$CUPSRELEASE-source.tar.gz - rpmbuild -ta --without libusb1 cups-$CUPSRELEASE-source.tar.gz