diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2017-07-01 02:53:55 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2017-07-01 10:00:57 +0200 |
| commit | f194ff32ac3fd5bab88607ea6bf09a73adb99758 (patch) | |
| tree | 9f9322b2b93962081bbbfd7e88ae05424f03a717 /appveyor.yml | |
| parent | 69a001819c9ac36bb3210e475d099cc2abbbf89f (diff) | |
appveyor.yml: add a /arch:AVX2 config on Windows
Try running the tests if the CPU supports AVX2.
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index b55fc07c..6b04e22c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,6 +6,9 @@ skip_tags: false clone_depth: 50 environment: matrix: + - OPJ_CI_ARCH: x64 + OPJ_CI_VSCOMNTOOLS: $(VS140COMNTOOLS) + OPJ_CI_INSTRUCTION_SETS: "/arch:AVX2" - OPJ_CI_ARCH: x86 OPJ_CI_VSCOMNTOOLS: $(VS140COMNTOOLS) OPJ_CI_INCLUDE_IF_DEPLOY: 1 |
