Skip to content

Commit

Permalink
run 'make check' during Normaliz build
Browse files Browse the repository at this point in the history
  • Loading branch information
mahrud committed Jun 30, 2024
1 parent bf60073 commit b109bba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/normaliz.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Normaliz < Formula
url "https://github.com/Normaliz/Normaliz/releases/download/v3.10.3/normaliz-3.10.3.tar.gz"
sha256 "0aeb58fbbca362ed759f338a85e74156ed411e2846cc395f52d23ae90022ec91"
license "GPL-3.0-only"
revision 1

bottle do
root_url "https://ghcr.io/v2/macaulay2/tap"
Expand Down Expand Up @@ -54,6 +55,7 @@ def install

system "autoreconf", "-vif"
system "./configure", *args
system "make", "check"
system "make", "install"
end

Expand Down

0 comments on commit b109bba

Please sign in to comment.