File tree Expand file tree Collapse file tree 2 files changed +716
-0
lines changed Expand file tree Collapse file tree 2 files changed +716
-0
lines changed Original file line number Diff line number Diff line change 1+ :: @cls
2+ :: call ..\build.bat test
3+
4+ :: set PERL_USE_UNSAFE_INC=1
5+
6+ subst Z: C:\shawn\sp_repos
7+
8+ set SP = c:\perls\5.38.2.2_PDL
9+ set PATH = %SP% \c\bin;%SP% \perl\bin;%SP% \perl\site\bin;Z:\sw\wix311;Z:\winlibs\bin;%PATH%
10+ set PERLEXE = %SP% \perl\bin\perl
11+
12+ :: update blib - requires Build.PL to have been run
13+ call ..\build.bat test
14+
15+ :: set MAKEFLAGS=-j12
16+ set TEST_JOBS = 8
17+
18+ :: tests take a long time
19+ set TEST_CORE = -test_core
20+ :: set TEST_CORE=-notest_core
21+
22+ :: set SKIP_MSI_STEP=1
23+ :: set SKIP_PDL_STEP=1
24+ %PERLEXE% -Mblib ..\script\perldist_strawberry -job ..\share\64bit-5.42.0.1.pp %TEST_CORE% -beta=1 -interactive -restorepoints -wixbin_dir=z:\sw\wix311 -cpan_url https://cpan.metacpan.org
25+
26+
You can’t perform that action at this time.
0 commit comments