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
|
- 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:
|
||||||
|
|||||||
Reference in New Issue
Block a user