[Azure Pipelines] Remove AVX512, build for all branches (again)

This commit is contained in:
Margen67 2020-01-25 16:13:12 -08:00 committed by illusion
parent c6cc8ccefa
commit f583a41095
1 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,7 @@
trigger:
branches:
include:
- 'canary-test'
- '*'
exclude:
- gh-pages
- master
@ -16,7 +16,7 @@ trigger:
pr:
branches:
include:
- 'canary-test'
- '*'
exclude:
- gh-pages
- master
@ -39,8 +39,6 @@ jobs:
cpu_arch: AVX
AVX2:
cpu_arch: AVX2
AVX512:
cpu_arch: AVX512
steps:
- script: xb setup
displayName: 'Setup'