Codebase list libcryptx-perl / b8e0231
tuning appveyor Karel Miko 4 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
88 :perl_setup
99
1010 if "%perl_type%" == "cygwin32" (
11 start /wait c:\cygwin\setup-x86.exe -q -P perl -P make -P gcc -P gcc-g++ -P libcrypt-devel
11 start /wait c:\cygwin\setup-x86.exe -q -g -P perl -P make -P gcc -P gcc-g++ -P libcrypt-devel
1212 set "PATH=C:\cygwin\usr\local\bin;C:\cygwin\bin;%PATH%"
1313 ) else if "%perl_type%" == "cygwin64" (
14 start /wait c:\cygwin64\setup-x86_64.exe -q -P perl -P make -P gcc -P gcc-g++ -P libcrypt-devel
14 start /wait c:\cygwin64\setup-x86_64.exe -q -g -P perl -P make -P gcc -P gcc-g++ -P libcrypt-devel
1515 set "PATH=C:\cygwin64\usr\local\bin;C:\cygwin64\bin;%PATH%"
1616 ) else if "%perl_type%" == "strawberry" (
1717 wget -q http://strawberryperl.com/download/%perl_version%/strawberry-perl-%perl_version%-%perl_bits%bit-portable.zip -O downloaded-strawberry.zip