From a8400f1fabed965a9c52c0085e30f65ffa710961 Mon Sep 17 00:00:00 2001 From: Victor Costan Date: Mon, 16 Aug 2021 17:40:32 +0000 Subject: Add baseline CPU level to Travis CI. PiperOrigin-RevId: 391082698 --- .travis.yml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2213d65..33b9072 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,10 +14,19 @@ os: - osx env: -- BUILD_TYPE=Debug CPU_LEVEL=AVX -- BUILD_TYPE=Debug CPU_LEVEL=AVX2 -- BUILD_TYPE=RelWithDebInfo CPU_LEVEL=AVX -- BUILD_TYPE=RelWithDebInfo CPU_LEVEL=AVX2 + jobs: + - BUILD_TYPE: Debug + CPU_LEVEL: BASELINE + - BUILD_TYPE: Debug + CPU_LEVEL: AVX + - BUILD_TYPE: Debug + CPU_LEVEL: AVX2 + - BUILD_TYPE: RelWithDebInfo + CPU_LEVEL: BASELINE + - BUILD_TYPE: RelWithDebInfo + CPU_LEVEL: AVX + - BUILD_TYPE: RelWithDebInfo + CPU_LEVEL: AVX2 jobs: exclude: -- cgit v1.2.1