summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* github: Fix Ubuntu package installation.David Marchand2021-01-211-0/+2
| | | | | | | | | Before trying to install a package, APT cache must be updated to avoid asking for an unavailable version of a package. Fixes: 6cb2f5a630e3 ("github: Add GitHub Actions workflow.") Signed-off-by: David Marchand <david.marchand@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
* github: Add GitHub Actions workflow.Ilya Maximets2020-11-261-0/+143
This is an initial version of GitHub Actions support. It mostly mimics our current Travis CI build matrix with slight differences. Minor difference that we can not install 32-bit versions of libunbound since it is not avaialble in repository. .travis folder renamed to .ci to highlight that it used not only for Travis CI. Travis CI support will be completely removed by the next patch. What happened to Travis CI: https://mail.openvswitch.org/pipermail/ovs-dev/2020-November/377773.html Acked-by: Simon Horman <simon.horman@netronome.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>