From 3a9b4a55031a89e2a9e4681f2e6b375170a049d1 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Mon, 24 Jun 2019 21:08:13 +0300 Subject: [PATCH] appveyor fix #3 - python --- .appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 7e83607..0c05ab3 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -8,7 +8,7 @@ environment: VERBOSE: 1 install: - choco install strawberryperl - - SET PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;C:\Python35-x64;%PATH% + - SET PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH% - perl -v - if not exist C:\Perl5 mkdir C:\Perl5 - SET PATH=C:\msys64\bin;C:\Perl5\bin;C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH% @@ -27,6 +27,8 @@ test_script: # - set FCS_TEST_BUILD=1 - set CPATH=c:\mingw64\include;c:\msys64\mingw64\include - set LIBRARY_PATH=c:\mingw64\lib;c:\msys64\mingw64\lib + # Python3 confuses the recode build so only add it here. + - SET PATH=%PATH%;C:\Python35-x64 - perl CI-testing/continuous-integration-testing.pl --gen="MSYS Makefiles" cache: - C:\msys64\mingw64 -- 2.40.0