mirror of
https://github.com/open62541/open62541.git
synced 2025-06-03 04:00:21 +00:00
7 lines
269 B
Bash
Executable File
7 lines
269 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
git clone https://github.com/Pro/oss-fuzz -bmdnsd $HOME/oss-fuzz
|
|
python $HOME/oss-fuzz/infra/helper.py build_fuzzers --sanitizer address mdnsd $TRAVIS_BUILD_DIR && python $HOME/oss-fuzz/infra/helper.py check_build --sanitizer address mdnsd
|