mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-05 09:49:58 +00:00
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 <[email protected]>
This commit is contained in:
+3
-2
@@ -17,14 +17,15 @@ jobs:
|
|||||||
- pip install pylint==2.4.4
|
- pip install pylint==2.4.4
|
||||||
script:
|
script:
|
||||||
- tests/scripts/all.sh -k 'check_*'
|
- tests/scripts/all.sh -k 'check_*'
|
||||||
|
- tests/scripts/all.sh -k test_default_out_of_box
|
||||||
|
|
||||||
- name: default configuration
|
- name: full configuration
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- gnutls-bin
|
- gnutls-bin
|
||||||
script:
|
script:
|
||||||
- tests/scripts/all.sh -k test_default_cmake_gcc_asan
|
- tests/scripts/all.sh -k test_full_cmake_gcc_asan
|
||||||
|
|
||||||
- name: enumerated configurations
|
- name: enumerated configurations
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user