]> granicus.if.org Git - fortune-mod/commitdiff
appveyor fix cleanup #2: check for strawberryperl
authorShlomi Fish <shlomif@shlomifish.org>
Wed, 16 Sep 2020 09:32:41 +0000 (12:32 +0300)
committerShlomi Fish <shlomif@shlomifish.org>
Wed, 16 Sep 2020 09:32:41 +0000 (12:32 +0300)
.appveyor.yml

index 91c251a81a649a429f1d777803575e6b68264669..6ae29b4b380c189b36b0f7d7017a638280bd39b8 100644 (file)
@@ -10,6 +10,7 @@ image: Visual Studio 2019
 install:
     # Trying to disable to check if it is already installed.
     # - choco install strawberryperl
+    - "if not exist C:\strawberry ( echo \"strawberryperl is not installed. Please fix appveyor.yml\"\nexit 1\n )"
     - 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