mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-29 16:38:47 +00:00

Move binaries out of fwupd tree to https://github.com/fwupd/fwupd-test-firmware Fixes some of https://github.com/fwupd/fwupd/issues/1956
9 lines
250 B
Bash
Executable File
9 lines
250 B
Bash
Executable File
#!/bin/sh
|
|
|
|
#clone fwupd-test-firmware
|
|
rm -rf fwupd-test-firmware
|
|
git clone https://github.com/fwupd/fwupd-test-firmware
|
|
#set up build tests to work
|
|
cp fwupd-test-firmware/ci-tests/* . -R
|
|
export G_TEST_SRCDIR=`pwd`/fwupd-test-firmware/installed-tests
|