don't run assert_instr on unsupported windows toolchains
This commit is contained in:
parent
331a5e9941
commit
903492d910
1 changed files with 2 additions and 2 deletions
|
|
@ -8,10 +8,10 @@ matrix:
|
|||
- env: TARGET=x86_64-pc-windows-msvc NO_ADD=1
|
||||
os: windows
|
||||
script: ci/run.sh
|
||||
- env: TARGET=x86_64-pc-windows-gnu
|
||||
- env: TARGET=x86_64-pc-windows-gnu STDSIMD_DISABLE_ASSERT_INSTR=1
|
||||
os: windows
|
||||
script: ci/run.sh
|
||||
- env: TARGET=i686-pc-windows-msvc
|
||||
- env: TARGET=i686-pc-windows-msvc STDSIMD_DISABLE_ASSERT_INSTR=1
|
||||
os: windows
|
||||
script: ci/run.sh
|
||||
- env: TARGET=i686-pc-windows-gnu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue