Codebase list libcryptx-perl / f054247
appveyor test 8 Karel Miko 4 years ago
2 changed file(s) with 8 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1111 if "%perl_type%" == "cygwin" (
1212 start /wait c:\cygwin\setup-x86.exe -q -P perl -P make -P gcc -P gcc-g++ -P libcrypt-devel
1313 set "PATH=C:\cygwin\usr\local\bin;C:\cygwin\bin;%PATH%"
14 ) else if "%perl_type%" == "cygwin64" (
15 start /wait c:\cygwin\setup-x64.exe -q -P perl -P make -P gcc -P gcc-g++ -P libcrypt-devel
16 set "PATH=C:\cygwin64\usr\local\bin;C:\cygwin64\bin;%PATH%"
1417 ) else if "%perl_type%" == "strawberry" (
1518 wget -q http://strawberryperl.com/download/%perl_version%/strawberry-perl-%perl_version%-%perl_bits%bit-portable.zip -O downloaded-strawberry.zip
1619 7z x downloaded-strawberry.zip -oc:\spperl\
2427
2528 for /f "usebackq delims=" %%d in (`perl -MConfig -e"print $Config{make}"`) do set make=%%d
2629
30 if "%make%" == "gmake" (
31 make=gmake -j4
32 )
33
2734 :eof
2727 init:
2828 - reg add "HKLM\SYSTEM\CurrentControlSet\Control\Windows" /f /v ErrorMode /d 2
2929 - reg add "HKLM\Software\Microsoft\Windows\Windows Error Reporting" /f /v DontShowUI /d 1
30 - cinst -y wget unzip
30 - cinst -y wget
3131
3232 install:
3333 - 'call .appveyor.cmd perl_setup'