Lines Matching +full:simulation +full:- +full:local +full:- +full:host
33 set -euo pipefail
35 OT_BUILDDIR="${OT_BUILDDIR:-${PWD}/build}"
40 local builddir
41 local options=(
42 "-DBUILD_TESTING=OFF"
43 "-DCMAKE_BUILD_TYPE=Release"
44 "-DOT_COVERAGE=OFF"
45 "-DOT_LOG_LEVEL=INFO"
46 "-DOT_REFERENCE_DEVICE=OFF")
48 builddir="${OT_BUILDDIR}/openthread-sim"
49 …NJA_TARGET="package" OT_CMAKE_BUILD_DIR="${builddir}" ./script/cmake-build simulation "${options[@…
50 ls "${builddir}"/openthread-simulation-*.deb
52 builddir="${OT_BUILDDIR}/openthread-host"
53 …OT_CMAKE_NINJA_TARGET="package" OT_CMAKE_BUILD_DIR="${builddir}" ./script/cmake-build posix "${opt…
54 ls "${builddir}"/openthread-standalone-*.deb
56 builddir="${OT_BUILDDIR}/openthread-daemon"
57 …IR="${builddir}" ./script/cmake-build posix "${options[@]}" -DOT_DAEMON=ON -DOT_PLATFORM_NETIF=ON …
58 ls "${builddir}"/openthread-daemon-*.deb