Skip to content

Commit

Permalink
Update script and AppVeyor file
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince213 committed May 8, 2020
1 parent eb58235 commit 3241dbf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BuildAndPackage.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ nmake.exe install
Set-Location ..

Set-Location "nqp-$CoreVersion"
perl.exe ./Configure.pl "--prefix=$BuildRoot/prefix" --backends=moar "--with-moar=$BuildRoot/prefix/bin/moar.exe" --make-install
perl.exe ./Configure.pl "--prefix=$BuildRoot/prefix" --relocatable --backends=moar "--with-moar=$BuildRoot/prefix/bin/moar.exe" --make-install
Set-Location ..

Set-Location "rakudo-$CoreVersion"
Expand Down
6 changes: 5 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ platform:
- x86
- x64
environment:
CoreVersion: 2020.05
ZefVersion: 0.8.4

matrix:
- CoreVersion: 2020.02.1

- CoreVersion: 2020.05
build_script:
- cmd: call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" %PLATFORM%
- cmd: set "PATH=C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin;C:\Strawberry\c\bin;%PATH%"
Expand Down

0 comments on commit 3241dbf

Please sign in to comment.