From 58710773611a1ed466cc9a5078e2c0ab52259ae0 Mon Sep 17 00:00:00 2001 From: Vitaly Chikunov Date: Sun, 5 Jan 2020 22:44:28 +0300 Subject: [PATCH] travis-ci: Add tcl_tests to the builds --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 25a9f20..412d20a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,3 +61,5 @@ script: - cmake -DOPENSSL_ROOT_DIR=${PREFIX} -DOPENSSL_LIBRARIES=${PREFIX}/lib -DOPENSSL_ENGINES_DIR=${PREFIX}/engines ${ASAN} .. - make - make test CTEST_OUTPUT_ON_FAILURE=1 + - if [ -z "$ASAN" ]; then make tcl_tests; fi + -- 2.39.2