Skip to content

Commit

Permalink
Precomp release pipeline: Test the install instead of the build runners
Browse files Browse the repository at this point in the history
This is what the CI pipeline does as well.
  • Loading branch information
patrickbkr committed Aug 27, 2020
1 parent c741582 commit f2bf446
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/build/binary-release/build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ echo "========= Installing Rakudo"
make install

echo "========= Testing Rakudo"
make test
prove -e install/bin/raku -vlr t

echo "========= Cloning Zef"
git clone https://github.com/ugexe/zef.git
Expand Down
2 changes: 1 addition & 1 deletion tools/build/binary-release/build-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ echo "========= Installing Rakudo"
make install

echo "========= Testing Rakudo"
make test
prove -e install/bin/raku -vlr t

echo "========= Cloning Zef"
git clone https://github.com/ugexe/zef.git
Expand Down
2 changes: 1 addition & 1 deletion tools/build/binary-release/build-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ nmake install
CheckLastExitCode

echo "========= Testing Rakudo"
nmake test
prove -e ..\install\bin\perl6 -vlr t
CheckLastExitCode

echo "========= Cloning Zef"
Expand Down

0 comments on commit f2bf446

Please sign in to comment.