Skip to content

Commit 52517c9

Browse files
Only *compile* and not *run* AVX512 test on Windows
1 parent abe9947 commit 52517c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ environment:
1212
- JOB: "AVX2"
1313
CXXFLAGS: "/arch:AVX2"
1414
VCVARSALL: "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\vcvarsall.bat"
15+
RUNTEST: ".\\test_xsimd"
1516
- JOB: "AVX512"
1617
CXXFLAGS: "/arch:AVX512"
1718
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
1819
VCVARSALL: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC\\Auxiliary\\Build\\vcvarsall.bat"
20+
RUNTEST: "ECHO"
1921

2022
init:
2123
- "ECHO %MINICONDA%"
@@ -35,4 +37,4 @@ install:
3537
- cd test
3638

3739
build_script:
38-
- .\test_xsimd
40+
- "%RUNTEST%"

0 commit comments

Comments
 (0)