Skip to content

Commit ff322bd

Browse files
committed
devel util to build locally instead of on docker
1 parent 2500136 commit ff322bd

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

devel.utils/_build-5.38_local.bat

+26
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:\spbuild
7+
8+
set SP=d:\berrybrew\5.38.0_64_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+
set MAKEFLAGS=-j8
19+
set TEST_JOBS=8
20+
::set LC_ALL=C
21+
22+
::set SKIP_MSI_STEP=1
23+
::set SKIP_PDL_STEP=1
24+
%PERLEXE% -Mblib ..\script\perldist_strawberry -job ..\share\64bit-5.38.0.1.pp -test_core -beta=0 -interactive -restorepoints -wixbin_dir=z:\sw\wix311 -cpan_url https://cpan.metacpan.org
25+
26+

0 commit comments

Comments
 (0)