From 9a0e0f2655f006dec1aaf3a4808d8e7c5a663672 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Sat, 25 Apr 2020 21:31:04 +0200 Subject: [PATCH] Travis: replace "default configuration by "full configuration" For the one long job with ASan, use the full configuration. We get more coverage this way, at the cost of a slightly longer runtime which we can afford since the "enumerated configurations" job is slower. Add a default-configuration build to the "basic checks" job. This job is fairly quick (no ASan, no SSL testing). Signed-off-by: Gilles Peskine --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f9cedf0e3..c3580b8f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,14 +17,15 @@ jobs: - pip install pylint==2.4.4 script: - tests/scripts/all.sh -k 'check_*' + - tests/scripts/all.sh -k test_default_out_of_box - - name: default configuration + - name: full configuration addons: apt: packages: - gnutls-bin script: - - tests/scripts/all.sh -k test_default_cmake_gcc_asan + - tests/scripts/all.sh -k test_full_cmake_gcc_asan - name: enumerated configurations script: