Searched full:build (Results 1 – 20 of 20) sorted by relevance
14 if [ -d "build-afl" ]; then rm -r build-afl; fi15 mkdir build-afl16 pushd build-afl22 afl-fuzz -i build-afl/fuzz_input -o build-afl/output -V $1 -- ./build-afl/fuzz_target23 exit $(find build-afl/output/default/crashes/ -type f -printf x | wc -c)
7 if [ -d "build-libfuzzer" ]; then rm -r build-libfuzzer; fi8 mkdir build-libfuzzer9 pushd build-libfuzzer15 ./build-libfuzzer/fuzz_target -max_total_time=$1
8 ### To build:11 mkdir build13 make -C build19 build/app
17 ### To build:20 mkdir build22 make -C build28 build/app
11 # This will call zcbor to regenerate the files, and then build like usual.
7 [build-system]9 build-backend = 'setuptools.build_meta'24 'Topic :: Software Development :: Build Tools',
1 **/build*/
95 These configuration options can be enabled by adding them as compile definitions to the build.180 … the generated code into header and source files and optionally creates a CMake file to build them.195 …yrproject-rtos/zephyr) (if your system is set up to build Zephyr samples, the tests should also bu…199 Build system466 --no-prelude Exclude the standard CDDL prelude from the build. The565 --no-prelude Exclude the standard CDDL prelude from the build. The618 --no-prelude Exclude the standard CDDL prelude from the build. The
379 * Make changes to generated code to build with `-Wpedantic` and `-Wconversion`.425 * Build tests with `-Wpedantic` and `-Wconversion`438 * src: Fix code to build with `-Wpedantic` and `-Wconversion`.
14 pip3 install -U build22 python3 -m build
41 …(Windows) (${{ matrix.platform }}${{ matrix.asserts != '' && ' with asserts' || '' }} - build only)57 …-clone\scripts\requirements-base.txt -r zephyr-clone\scripts\requirements-build-test.txt -r zephyr…87 …mestamps --platform ${{ matrix.platform }} ${{ matrix.asserts }} --exclude-tag release --build-only130 pip install -U build136 python -m build; if($LastExitCode -ne 0) {Write-Error "$LastExitCode"};230 working-directory: tests/fuzz/build-afl/output/default/crashes/239 path: tests/fuzz/build-afl/output/default/crashes/
3 build:
22 sudo apt install -y gcc-multilib g++-multilib ninja-build47 pip3 install -U -r $ZEPHYR_BASE/scripts/requirements-build-test.txt
34 # VERBOSE means including printk which doesn't build with these options.
38 # VERBOSE means including printk which doesn't build with these options.
25 * The define is used in the other generated file to do a build-time
16 p_build = p_root / 'build'
91 # VERBOSE means including printk which doesn't build with these options.
37 p_hello_world_build = p_hello_world_sample / 'build'42 p_pet_build = p_pet_sample / 'build'78 to_build_patt = r'### To build:.*?```(?P<to_build>.*?)```'
2910 * The define is used in the other generated file to do a build-time3006 help=f"""Exclude the standard CDDL prelude from the build. The prelude can be viewed at