We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe9947 commit 52517c9Copy full SHA for 52517c9
.appveyor.yml
@@ -12,10 +12,12 @@ environment:
12
- JOB: "AVX2"
13
CXXFLAGS: "/arch:AVX2"
14
VCVARSALL: "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\vcvarsall.bat"
15
+ RUNTEST: ".\\test_xsimd"
16
- JOB: "AVX512"
17
CXXFLAGS: "/arch:AVX512"
18
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
19
VCVARSALL: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC\\Auxiliary\\Build\\vcvarsall.bat"
20
+ RUNTEST: "ECHO"
21
22
init:
23
- "ECHO %MINICONDA%"
@@ -35,4 +37,4 @@ install:
35
37
- cd test
36
38
39
build_script:
- - .\test_xsimd
40
+ - "%RUNTEST%"
0 commit comments