From 228a6d28cd107dd0accc86dd16a1b8d5f177fd59 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Tue, 26 Nov 2019 10:24:09 -0800 Subject: [PATCH] travis : added test durations as a guide when doing test selection --- .travis.yml | 56 ++++++++++++++++++++++++++--------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/.travis.yml b/.travis.yml index ec1adab0..01859604 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,39 +26,39 @@ env: matrix: fast_finish: true include: - - name: arm64 + - name: arm64 # ~2.5 mn os: linux arch: arm64 script: - make check - - name: make test (complete) + - name: make test (complete) # ~14mn script: # DEVNULLRIGHTS : will request sudo rights to test permissions on /dev/null - DEVNULLRIGHTS=test make test - - name: gcc-6 + gcc-7 compilation + - name: gcc-6 + gcc-7 compilation # ~ 3mn script: - make gcc6install gcc7install - CC=gcc-6 CFLAGS=-Werror make -j all - make clean - CC=gcc-7 CFLAGS=-Werror make -j all - - name: gcc-8 + ASan + UBSan + Test Zstd + - name: gcc-8 + ASan + UBSan + Test Zstd # ~6.5mn script: - make gcc8install - CC=gcc-8 CFLAGS="-Werror" make -j all - make clean - CC=gcc-8 make -j uasan-test-zstd