mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +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
|
@ -100,6 +100,10 @@ if [ -n "${TEST_INSTALL}" ]; then
|
|||
BUILD_OPTS+=("--build-arg" "TEST_INSTALL=${TEST_INSTALL}")
|
||||
fi
|
||||
|
||||
if [ -n "${RUN_API_EXAMPLES}" ]; then
|
||||
BUILD_OPTS+=("--build-arg" "RUN_API_EXAMPLES=${RUN_API_EXAMPLES}")
|
||||
fi
|
||||
|
||||
if [ -n "${RUN_SYSTEM_TESTS}" ]; then
|
||||
BUILD_OPTS+=("--build-arg" "RUN_SYSTEM_TESTS=${RUN_SYSTEM_TESTS}")
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue