Add baseline CPU level to Travis CI.

PiperOrigin-RevId: 391082698
This commit is contained in:
Victor Costan
2021-08-16 17:40:32 +00:00
committed by Victor Costan
parent b9c9a989b2
commit a8400f1fab

View File

@@ -14,10 +14,19 @@ os:
- osx - osx
env: env:
- BUILD_TYPE=Debug CPU_LEVEL=AVX jobs:
- BUILD_TYPE=Debug CPU_LEVEL=AVX2 - BUILD_TYPE: Debug
- BUILD_TYPE=RelWithDebInfo CPU_LEVEL=AVX CPU_LEVEL: BASELINE
- BUILD_TYPE=RelWithDebInfo CPU_LEVEL=AVX2 - 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: jobs:
exclude: exclude: