summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.appveyor.cmd4
-rw-r--r--.appveyor.yml2
2 files changed, 3 insertions, 3 deletions
diff --git a/.appveyor.cmd b/.appveyor.cmd
index 5fe1fff2..ba254a58 100644
--- a/.appveyor.cmd
+++ b/.appveyor.cmd
@@ -9,10 +9,10 @@ rem -g --upgrade-also also upgrade installed packages
:perl_setup
if "%perl_type%" == "cygwin32" (
- start /wait c:\cygwin\setup-x86.exe -q -g -P perl -P make -P gcc -P gcc-g++ -P libcrypt-devel
+ start /wait c:\cygwin\setup-x86.exe -q -P perl -P make -P gcc -P gcc-g++ -P libcrypt-devel
set "PATH=C:\cygwin\usr\local\bin;C:\cygwin\bin;%PATH%"
) else if "%perl_type%" == "cygwin64" (
- start /wait c:\cygwin\setup-x64.exe -q -g -P perl -P make -P gcc -P gcc-g++ -P libcrypt-devel
+ start /wait c:\cygwin64\setup-x64.exe -q -P perl -P make -P gcc -P gcc-g++ -P libcrypt-devel
set "PATH=C:\cygwin64\usr\local\bin;C:\cygwin64\bin;%PATH%"
) else if "%perl_type%" == "strawberry" (
wget -q http://strawberryperl.com/download/%perl_version%/strawberry-perl-%perl_version%-%perl_bits%bit-portable.zip -O downloaded-strawberry.zip
diff --git a/.appveyor.yml b/.appveyor.yml
index a39ffaee..75217861 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -9,8 +9,8 @@ image:
environment:
matrix:
- - perl_type: cygwin32
- perl_type: cygwin64
+ - perl_type: cygwin32
- perl_type: strawberry
perl_version: 5.30.1.1 #gcc 8.3.0
perl_bits: 32