mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-29 22:39:56 +00:00
Update the Travis "full" build to use modern Clang
Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
+8
-1
@@ -25,8 +25,15 @@ jobs:
|
||||
- tests/scripts/all.sh -k build_arm_linux_gnueabi_gcc_arm5vte build_arm_none_eabi_gcc_m0plus
|
||||
|
||||
- name: full configuration
|
||||
os: linux
|
||||
dist: focal
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- clang
|
||||
- gnutls-bin
|
||||
script:
|
||||
- tests/scripts/all.sh -k test_full_cmake_gcc_asan
|
||||
- tests/scripts/all.sh -k test_full_cmake_clang_asan
|
||||
|
||||
- name: Windows
|
||||
os: windows
|
||||
|
||||
Reference in New Issue
Block a user