From 9af98631056fb5e3dd1bda2317e1d47cb37f2d4f Mon Sep 17 00:00:00 2001 From: Vadim Grigoruk Date: Wed, 26 Sep 2018 10:25:04 +0300 Subject: [PATCH] appveyor fix --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 8cec5b6..43a7a7a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,12 +3,12 @@ image: Visual Studio 2017 environment: matrix: - - COMPILER: MSVC15 + # - COMPILER: MSVC15 - COMPILER: MinGW-w64 install: - git submodule update --init --recursive - - if [%COMPILER%]==[MinGW-w64] set PATH=C:\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\bin;%PATH% + - if [%COMPILER%]==[MinGW-w64] set PATH=C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\bin;%PATH% build_script: - if [%COMPILER%]==[MinGW-w64] cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=MinSizeRel -DCMAKE_SH=CMAKE_SH-NOTFOUND .