mirror of
https://github.com/Z3Prover/z3
synced 2025-06-08 23:23:23 +00:00
[TravisCI] Add RUN_API_EXAMPLES
option so that we can disable
building/running examples in some configurations.
This commit is contained in:
parent
dbb7f616c1
commit
88fb31ac08
5 changed files with 14 additions and 0 deletions
|
@ -15,6 +15,12 @@ set -o pipefail
|
|||
: ${DOTNET_BINDINGS?"DOTNET_BINDINGS must be specified"}
|
||||
: ${JAVA_BINDINGS?"JAVA_BINDINGS must be specified"}
|
||||
: ${UBSAN_BUILD?"UBSAN_BUILD must be specified"}
|
||||
: ${RUN_API_EXAMPLES?"RUN_API_EXAMPLES must be specified"}
|
||||
|
||||
if [ "X${RUN_API_EXAMPLES}" = "X0" ]; then
|
||||
echo "Skipping run of API examples"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# Set compiler flags
|
||||
source ${SCRIPT_DIR}/set_compiler_flags.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue