fwupd/contrib/ci/void.sh
Richard Hughes 5f01678daa Use -Doffline=false to reduce the install size by over 100Kb
If there's no SuperIO chip then there's no need to support this.
2021-11-12 21:06:34 +00:00

22 lines
392 B
Bash
Executable File

#!/bin/sh
set -e
set -x
#install dependencies
xbps-install -Suy python3
./contrib/ci/fwupd_setup_helpers.py install-dependencies --yes -o void
#clone test firmware if necessary
. ./contrib/ci/get_test_firmware.sh
#build
rm -rf build
meson build \
-Dgusb:tests=false \
-Dgcab:docs=false \
-Dconsolekit=false \
-Dsystemd=false \
-Doffline=false \
-Delogind=true
ninja -C build test -v