Skip to content

Commit

Permalink
dev: scripts/build-gems emits checksums after building
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
flavorjones committed Aug 3, 2021
1 parent 3457f44 commit 7776f51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/build-gems
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ cp -v pkg/nokogiri-*darwin*.gem gems

# test those gem files!
$(dirname $0)/test-gem-set gems/*.gem

pushd gems
ls *.gem | sort | xargs sha256sum
popd

0 comments on commit 7776f51

Please sign in to comment.