-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dafe0fb
commit 9260dec
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.0.1.pp -test_core -beta=0 -interactive -restorepoints -wixbin_dir=z:\sw\wix311 -cpan_url https://cpan.metacpan.org | ||
|
||
|