Skip to content

Commit 7e2a47f

Browse files
committed
Configs for 5.38.3.1
1 parent a62268e commit 7e2a47f

File tree

2 files changed

+683
-0
lines changed

2 files changed

+683
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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=-j20
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.38.3.1.pp %TEST_CORE% -beta=1 -interactive -restorepoints -wixbin_dir=z:\sw\wix311 -cpan_url https://cpan.metacpan.org
25+
26+

0 commit comments

Comments
 (0)