Skip to content

Commit

Permalink
Config files for 5.40.0.1 RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlaffan committed May 25, 2024
1 parent f5195c0 commit 6609adc
Show file tree
Hide file tree
Showing 2 changed files with 672 additions and 0 deletions.
28 changes: 28 additions & 0 deletions devel.utils/_build-5.40_RC1_local_ucrt.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
::@cls
::call ..\build.bat test

::set PERL_USE_UNSAFE_INC=1

subst Z: C:\shawn\sp_repos

set SP=c:\perls\5.38.2.2_PDL
set PATH=%SP%\c\bin;%SP%\perl\bin;%SP%\perl\site\bin;Z:\sw\wix311;Z:\winlibs\bin;%PATH%
set PERLEXE=%SP%\perl\bin\perl

:: update blib - requires Build.PL to have been run
::set OLD_CD=%cd%
::cd ..
::call Build
::cd %OLD_CD%

call ..\build.bat test

set MAKEFLAGS=-j8
set TEST_JOBS=8


::set SKIP_MSI_STEP=1
::set SKIP_PDL_STEP=1
%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


Loading

0 comments on commit 6609adc

Please sign in to comment.