mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 23:25:44 +01:00
Travis: don't test with both gcc and clang
In practice, we hardly ever get different outcomes, so there is no gain in running tests with different compilers. Experimentally, with the builds and tests we currently do and with the compiler versions on a Travis Ubuntu 16.04, gcc jobs are significantly faster than clang jobs (13 min vs 24 min). So use gcc. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
67c3c3fc1b
commit
f2cf40ba1a
@ -1,7 +1,5 @@
|
|||||||
language: c
|
language: c
|
||||||
compiler:
|
compiler: gcc
|
||||||
- clang
|
|
||||||
- gcc
|
|
||||||
sudo: false
|
sudo: false
|
||||||
cache: ccache
|
cache: ccache
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user