Skip to content

Commit 6609adc

Browse files
committed
Config files for 5.40.0.1 RC1
1 parent f5195c0 commit 6609adc

File tree

2 files changed

+672
-0
lines changed

2 files changed

+672
-0
lines changed
+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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+
::set OLD_CD=%cd%
14+
::cd ..
15+
::call Build
16+
::cd %OLD_CD%
17+
18+
call ..\build.bat test
19+
20+
set MAKEFLAGS=-j8
21+
set TEST_JOBS=8
22+
23+
24+
::set SKIP_MSI_STEP=1
25+
::set SKIP_PDL_STEP=1
26+
%PERLEXE% -Mblib ..\script\perldist_strawberry -job ..\share\64bit-5.40.1.1_RC1.pp -test_core -beta=0 -interactive -restorepoints -wixbin_dir=z:\sw\wix311 -cpan_url https://cpan.metacpan.org
27+
28+

0 commit comments

Comments
 (0)