mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-17 07:37:13 +02:00
Initial ZMQ bindings.
This commit is contained in:
16
vendor/ZMQ/builds/coverage/ci_build.sh
vendored
Normal file
16
vendor/ZMQ/builds/coverage/ci_build.sh
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -x
|
||||
|
||||
mkdir tmp
|
||||
BUILD_PREFIX=$PWD/tmp
|
||||
|
||||
source ../../config.sh
|
||||
set_config_opts
|
||||
|
||||
CONFIG_OPTS+=("--enable-code-coverage")
|
||||
|
||||
pip install --user cpp-coveralls
|
||||
|
||||
# Build, check, and install from local source
|
||||
( cd ../..; ./autogen.sh && ./configure "${CONFIG_OPTS[@]}" && make VERBOSE=1 -j5 check && coveralls --include src --exclude src/tweetnacl.c --exclude src/tweetnacl.h --build-root . --gcov-options '\-lp') || exit 1
|
Reference in New Issue
Block a user