From f00bbb9dbf6df423c183bc63aa078e501a5281e3 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Sun, 30 Jul 2017 00:00:37 +0530 Subject: [PATCH] Remove unnecessary line in appveyor --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 5ae6c44c0..cebd3aec6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -40,7 +40,6 @@ install: - if [%COMPILER%]==[clang-cl] conda config --add channels conda-forge --force - if [%COMPILER%]==[clang-cl] conda install --yes clangdev ninja cmake - if [%COMPILER%]==[clang-cl] call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64 - - if [%COMPILER%]==[clang-cl] set "PATH=%PATH%;C:\Program Files (x86)\Windows Kits\10\bin\x64" before_build: - echo Running cmake...