mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-25 23:06:15 +00:00
CI Changes
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
This commit is contained in:
parent
7de9412641
commit
51aabf50e5
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ stages:
|
||||||
# the below corresponds to .gitlab-ci.yml "before_script"
|
# the below corresponds to .gitlab-ci.yml "before_script"
|
||||||
cd \${WORK_DIR}
|
cd \${WORK_DIR}
|
||||||
git config --global --add safe.directory \${WORK_DIR}
|
git config --global --add safe.directory \${WORK_DIR}
|
||||||
git clone --depth=1 https://source.denx.de/u-boot/u-boot-test-hooks /tmp/uboot-test-hooks
|
git clone --depth=1 https://github.com/FlyGoat/u-boot-test-hooks.git /tmp/uboot-test-hooks
|
||||||
ln -s travis-ci /tmp/uboot-test-hooks/bin/\`hostname\`
|
ln -s travis-ci /tmp/uboot-test-hooks/bin/\`hostname\`
|
||||||
ln -s travis-ci /tmp/uboot-test-hooks/py/\`hostname\`
|
ln -s travis-ci /tmp/uboot-test-hooks/py/\`hostname\`
|
||||||
grub-mkimage --prefix=\"\" -o ~/grub_x86.efi -O i386-efi normal echo lsefimmap lsefi lsefisystab efinet tftp minicmd
|
grub-mkimage --prefix=\"\" -o ~/grub_x86.efi -O i386-efi normal echo lsefimmap lsefi lsefisystab efinet tftp minicmd
|
||||||
|
|
Loading…
Add table
Reference in a new issue