summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Costan <costan@google.com>2021-08-16 17:40:32 +0000
committerVictor Costan <pwnall@chromium.org>2021-08-16 17:42:27 +0000
commita8400f1fabed965a9c52c0085e30f65ffa710961 (patch)
treea0d3c27e0cadedd5d728b6a6877b03e63b22a8b7
parentb9c9a989b2738ea3e576c5b6abccd1dd68617153 (diff)
downloadsnappy-git-a8400f1fabed965a9c52c0085e30f65ffa710961.tar.gz
Add baseline CPU level to Travis CI.
PiperOrigin-RevId: 391082698
-rw-r--r--.travis.yml17
1 files 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: