3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 18:31:49 +00:00
z3/contrib/ci/scripts
Dan Liew d47aea3987 [TravisCI] Workaround slow unit test execution for Debug builds.
Unit tests execute very slowly in Debug (i.e. unoptimized) builds.  This
causes TravisCI to terminate the job due to no console output being
seen.

To workaround this for the debug builds the tests are just compiled
but not executed. To implement this the `RUN_UNIT_TESTS` environment
variable now can take on the values `BUILD_ONLY`, `BUILD_AND_RUN`,
and `SKIP` rather than `0` or `1`.
2017-10-06 12:57:42 +01:00
..
build_z3_cmake.sh [TravisCI] Add Z3_WARNINGS_AS_ERRORS environment variable to 2017-07-09 14:44:20 +01:00
ci_defaults.sh [TravisCI] Workaround slow unit test execution for Debug builds. 2017-10-06 12:57:42 +01:00
install_deps_osx.sh [TravisCI] Add scripts to build and test Z3 on macOS (OSX) and 2017-08-12 19:14:06 +01:00
run_quiet.sh [TravisCI] Implement TravisCI build and testing infrastructure for Linux 2017-07-01 11:51:30 +01:00
set_compiler_flags.sh [TravisCI] Implement TravisCI build and testing infrastructure for Linux 2017-07-01 11:51:30 +01:00
set_generator_args.sh [TravisCI] Implement TravisCI build and testing infrastructure for Linux 2017-07-01 11:51:30 +01:00
test_z3_docs.sh [TravisCI] Implement TravisCI build and testing infrastructure for Linux 2017-07-01 11:51:30 +01:00
test_z3_examples_cmake.sh [TravisCI] Implement TravisCI build and testing infrastructure for Linux 2017-07-01 11:51:30 +01:00
test_z3_install_cmake.sh [TravisCI] Implement TravisCI build and testing infrastructure for Linux 2017-07-01 11:51:30 +01:00
test_z3_system_tests.sh [TravisCI] Implement TravisCI build and testing infrastructure for Linux 2017-07-01 11:51:30 +01:00
test_z3_unit_tests_cmake.sh [TravisCI] Workaround slow unit test execution for Debug builds. 2017-10-06 12:57:42 +01:00
travis_ci_entry_point.sh [TravisCI] Implement TravisCI build and testing infrastructure for Linux 2017-07-01 11:51:30 +01:00
travis_ci_linux_entry_point.sh [TravisCI] Fix bug where Z3_BUILD_TYPE was not being passed as 2017-10-05 14:56:31 +01:00
travis_ci_osx_entry_point.sh [TravisCI] Fix bug. PYTHON_EXECUTABLE should not be in common 2017-10-05 15:09:16 +01:00