From 7380b9c284cd95c79649619c3199788d145a56b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Ilia=C5=A1?= Date: Fri, 18 Mar 2016 21:25:48 +0100 Subject: [PATCH] update path variable so that there will be no conflicts between cmake and git --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index f0729ec..2d276e6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,8 +9,8 @@ version: 1.0.{build} # prepare environment environment: # set custom path (will be more extended later in build_script section) - path: C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Git\cmd;C:\Program Files\7-Zip;C:\Program Files (x86)\CMake\bin;%path% -# set MinGw-w64 (64-bit) version 5.1.0 download URL + path: C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Git\cmd;C:\Program Files\7-Zip;C:\Program Files (x86)\CMake\bin + # set MinGw-w64 (64-bit) version 5.1.0 download URL url: http://kent.dl.sourceforge.net/project/mingw-w64/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/5.1.0/threads-posix/seh/x86_64-5.1.0-release-posix-seh-rt_v4-rev0.7z matrix: # - python: C:\Python27;C:\Python27\Scripts