From b9fec61892dda17953da614742ca9007a99551fe Mon Sep 17 00:00:00 2001 From: xoviat Date: Sun, 5 Nov 2017 18:21:29 -0600 Subject: [PATCH] [appveyor] uncomment matrix --- appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 8e584c68f..2e88af796 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -27,12 +27,12 @@ environment: global: CONDA_INSTALL_LOCN: C:\\Miniconda36-x64 matrix: - #- COMPILER: clang-cl - # DYNAMIC_ARCH: ON - # WITH_FORTRAN: no + - COMPILER: clang-cl + DYNAMIC_ARCH: ON + WITH_FORTRAN: no - COMPILER: clang-cl WITH_FORTRAN: yes - #- COMPILER: cl + - COMPILER: cl install: - if [%COMPILER%]==[clang-cl] call %CONDA_INSTALL_LOCN%\Scripts\activate.bat