6WIND / zrpcd

Zebra/Quagga RPC communicator to handle Quagga framework from a SDN controller
GNU General Public License v2.0
5 stars 10 forks source link

Implement CI on Travis #11

Closed rski closed 7 years ago

rski commented 7 years ago

Test that zrpcd make dists and builds correctly on Ubuntu 14.04.

rski commented 7 years ago

The result of this commit is here: https://travis-ci.org/rski/zrpcd/builds/199974712 It takes about 15mins, which is pretty good considering the amount of compilation happening.

rski commented 7 years ago

two notes: 1) this is more of a proposal, if you don't want to merge it that is more than fine. At least cherry pick the fix make dist patch 2) If you do merge it, travis needs to be enabled in the repo settings.

BR, Romanos

rski commented 7 years ago

yes, you can specify a distro matrix, but travis only supports ubuntu 12.04/14.04, so for anything else containers can be used.