summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2021-03-10Drop comments, and make push workflow use same matrix as pullrequest.Dimitri John Ledkov
2021-03-10Add testsuite to the github pull request workflow.Dimitri John Ledkov
2021-03-09CI: show our compilation when it failsPeter Jones
We've been using "make -s", silent mode, which doesn't show us what commands were invoked. Silent make means we can't see what goes wrong when the wrong compiler or linker is getting invoked, or when it's being invoked wrong. This changes the CI to run it again without -s when it fails. Signed-off-by: Peter Jones <pjones@redhat.com>
2021-03-09CI: try to update submodulesPeter Jones
Signed-off-by: Peter Jones <pjones@redhat.com>
2021-02-16Make httpboot.c always get built.Peter Jones
This is a backport from devel of: commit 634fd72ac6a6c6c9010c32506d524586826a8637 Author: Peter Jones <pjones@redhat.com> Date: Fri Nov 22 15:14:22 2019 -0500 Make httpboot.c always get built. Signed-off-by: Peter Jones <pjones@redhat.com>
2021-02-05github workflows: add the sbat branch to one PR builds run forPeter Jones
This adds the "sbat" branch to the list of branches where a build is done if a PR is submitted against that branch. Signed-off-by: Peter Jones <pjones@redhat.com>
2021-02-05github workflows: Unify the x86 pull request build rules stepsPeter Jones
This makes each of the f32/f33/f34 distro builds use the same steps to do the build, as well as making each of them build both x64 and ia32 targets. Signed-off-by: Peter Jones <pjones@redhat.com>
2020-12-11Try to kick the github PR workflow...Peter Jones
Signed-off-by: Peter Jones <pjones@redhat.com>
2020-12-10Split up push and PR CI/CD and build all patches in series on PRsPeter Jones
Signed-off-by: Peter Jones <pjones@redhat.com>
2020-12-07Use github actions for CI buildsPeter Jones
This could still use a bit of work, but it's better than Travis failing... Signed-off-by: Peter Jones <pjones@redhat.com>