We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfcdfd2 commit fcc7476Copy full SHA for fcc7476
.travis.yml
@@ -8,10 +8,10 @@ matrix:
8
- env: TARGET=x86_64-pc-windows-msvc NO_ADD=1
9
os: windows
10
script: ci/run.sh
11
- - env: TARGET=x86_64-pc-windows-gnu
+ - env: TARGET=x86_64-pc-windows-gnu STDSIMD_DISABLE_ASSERT_INSTR=1
12
13
14
- - env: TARGET=i686-pc-windows-msvc
+ - env: TARGET=i686-pc-windows-msvc STDSIMD_DISABLE_ASSERT_INSTR=1
15
16
17
- env: TARGET=i686-pc-windows-gnu
0 commit comments