aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGilles Peskine <Gilles.Peskine@arm.com>2020-04-25 21:31:04 +0200
committerGilles Peskine <Gilles.Peskine@arm.com>2020-04-25 22:39:27 +0200
commita2d3ec22bb3badfdf3f874763329877d08fc94e6 (patch)
tree31bdafd2a36344bd916bc1cb0bb2ffe23860e0de /.travis.yml
parentdc566758a30a7511a8dccbbfcb29f70defa106a7 (diff)
downloadmbedtls-a2d3ec22bb3badfdf3f874763329877d08fc94e6.zip
mbedtls-a2d3ec22bb3badfdf3f874763329877d08fc94e6.tar.gz
mbedtls-a2d3ec22bb3badfdf3f874763329877d08fc94e6.tar.bz2
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 <Gilles.Peskine@arm.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index f9cedf0..c3580b8 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: