Add baseline CPU level to Travis CI.
PiperOrigin-RevId: 391082698
This commit is contained in:
committed by
Victor Costan
parent
b9c9a989b2
commit
a8400f1fab
17
.travis.yml
17
.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:
|
||||
|
||||
Reference in New Issue
Block a user