From: Martin Quinson Date: Mon, 9 Jan 2017 11:36:38 +0000 (+0100) Subject: appveyor: try without perl X-Git-Tag: v3_15~569 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/fac8a0059e91f9fedffd5879a9743c9e2b0d7d87?hp=07483e97b12350d1d293f19689575f0fbdcf0246;ds=sidebyside appveyor: try without perl --- diff --git a/.appveyor.yml b/.appveyor.yml index 50c86f604d..72d470e4b5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -20,8 +20,9 @@ environment: install: # Strawberry perl is the one to work with gcc; AppVeyor provides ActiveState perl, which is the one to work with visual. -- choco install --limit-output strawberryperl --version 5.20.1.1 -- SET PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH% +# This package is so outdated and broken that we cannot use it anymore. So we build without perl +# - choco install --limit-output strawberryperl --version 5.20.1.1 +# - SET PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH% # Lua #- choco install lua53 # We need python v3