summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2019-10-03 02:30:45 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-02-05 23:08:56 +0100
commit6a293429e55d5d6c5e39c9d43141b09e43d6595f (patch)
treed928c0e93e573d7f84d345b6df6e3521c2a6015c /appveyor.yml
parent0ba9cc71cccdc2ee916daba497549ff94d743d60 (diff)
appveyor.yml: Remove Git from %PATH% to avoid wrong linker
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 61bcda3816..fcf44716a1 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -108,6 +108,7 @@ for:
)
before_build:
+ - set PATH=%PATH:C:\Program Files\Git\usr\bin;=%
- set QT_PATH=%WINLIB_PATH%\Qt-%QT_VERSION%
- set CMAKE_BUILD_PARALLEL_LEVEL=%NUMBER_OF_CORES%
- cd %APPVEYOR_BUILD_FOLDER%