mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-25 03:28:13 +02:00
Imported n-dhcp4 code with command: git subtree add --prefix shared/n-dhcp4/ git@github.com:nettools/n-dhcp4.git master --squash To update the library use: git subtree pull --prefix shared/n-dhcp4/ git@github.com:nettools/n-dhcp4.git master --squash
12 lines
235 B
Bash
Executable file
12 lines
235 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
rm -Rf "./ci-build"
|
|
mkdir "./ci-build"
|
|
cd "./ci-build"
|
|
|
|
${CHERRY_LIB_MESONSETUP} . "${CHERRY_LIB_SRCDIR}"
|
|
${CHERRY_LIB_NINJABUILD}
|
|
${CHERRY_LIB_MESONTEST}
|
|
# no valgrind tests, since setns(2) is not supported by it
|