On Tue, May 11, 2021 at 4:30 AM Philippe Mathieu-Daudé <f4...@amsat.org> wrote: > > Extract the crossbuild job templates to a new file > (crossbuild-template.yml) to be able to reuse them > without having to run all the jobs included, which > are mainly useful for mainstream CI. > > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > .gitlab-ci.d/crossbuild-template.yml | 41 ++++++++++++++++++++++++++ > .gitlab-ci.d/crossbuilds.yml | 43 ++-------------------------- > 2 files changed, 43 insertions(+), 41 deletions(-) > create mode 100644 .gitlab-ci.d/crossbuild-template.yml >
Reviewed-by: Willian Rampazzo <willi...@redhat.com>