osmo-ci/coverity/local_test.sh

15 lines
300 B
Bash
Executable File

#!/bin/sh -ex
# Use this script for local testing of the prepare source and build scripts
SCRIPT_DIR="$(dirname "$(realpath "$0")")"
export SRC_SKIP_FETCH=1
export SRC_CLEAN=1
mkdir -p /tmp/coverity
cp "$SCRIPT_DIR"/* /tmp/coverity
cd /tmp/coverity
./prepare_source_Osmocom.sh
./build_Osmocom.sh