mirror of
https://github.com/Z3Prover/z3
synced 2025-07-31 00:13:16 +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
|
@ -14,6 +14,7 @@ ARG JAVA_BINDINGS
|
|||
ARG NO_SUPPRESS_OUTPUT
|
||||
ARG PYTHON_BINDINGS
|
||||
ARG PYTHON_EXECUTABLE=/usr/bin/python2.7
|
||||
ARG RUN_API_EXAMPLES
|
||||
ARG RUN_SYSTEM_TESTS
|
||||
ARG RUN_UNIT_TESTS
|
||||
ARG SANITIZER_PRINT_SUPPRESSIONS
|
||||
|
@ -44,6 +45,7 @@ ENV \
|
|||
PYTHON_BINDINGS=${PYTHON_BINDINGS} \
|
||||
PYTHON_EXECUTABLE=${PYTHON_EXECUTABLE} \
|
||||
SANITIZER_PRINT_SUPPRESSIONS=${SANITIZER_PRINT_SUPPRESSIONS} \
|
||||
RUN_API_EXAMPLES=${RUN_API_EXAMPLES} \
|
||||
RUN_SYSTEM_TESTS=${RUN_SYSTEM_TESTS} \
|
||||
RUN_UNIT_TESTS=${RUN_UNIT_TESTS} \
|
||||
TARGET_ARCH=${TARGET_ARCH} \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue