From: Vitaly Chikunov Date: Sun, 5 Jan 2020 19:44:28 +0000 (+0300) Subject: travis-ci: Add tcl_tests to the builds X-Git-Tag: v3.0.0~240 X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=commitdiff_plain;h=58710773611a1ed466cc9a5078e2c0ab52259ae0;p=openssl-gost%2Fengine.git travis-ci: Add tcl_tests to the builds --- 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 +