
On 7/29/19 3:07 PM, Tom Rini wrote:
On Sat, Jul 27, 2019 at 10:43:37AM +0200, Heinrich Schuchardt wrote:
Build GRUB UEFI targets grubarm.efi and grubaa64.efi. These are needed for running test_efi_grub_net().
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
Next step, update the CI hook scripts to use these files, and copy them in the .gitlab-ci.yml file. Stephen has moved these to the DENX GitLab as well, btw.
I guess you refer to https://gitlab.denx.de/u-boot/u-boot-test-hooks.
I think we have to keep Travis CI alive for developers who can not run anything on GitLab. So will https://gitlab.denx.de/u-boot/u-boot-test-hooks and https://github.com/swarren/uboot-test-hooks.git now diverge?
A better idea would be to let .gitlab-ci.yml and .travis.yml use the same Dockerimage.
We simply have to push our docker image to Dockerhub.
Usage of Docker images with Travis CI is described here: https://docs.travis-ci.com/user/docker/
Best Regards
Heinrich