1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fix CI builds of RPM packages

This commit is contained in:
Steffen Vogel 2017-05-08 10:59:54 +02:00
parent 4dfe6c6a6b
commit d162963cae

View file

@ -63,10 +63,6 @@ packages:
- dnf -y config-manager --add-repo https://$DEPLOY_USER:$DEPLOY_PASS@$DEPLOY_HOST/packages/villas.repo
- dnf -y --refresh install libwebsockets-devel libxil-devel
script:
- make dist
- make rpm-libwebsockets
- make rpm-libxil
- rpm -i build/release/packaging/rpm/RPMS/x86_64/*.rpm
- make rpm-villas-node
only:
- tags