Skip to content

Commit 927f440

Browse files
committed
Release 0.7.0
1 parent 60db620 commit 927f440

File tree

2 files changed

+5
-24
lines changed

2 files changed

+5
-24
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

Formula/mull-stable.rb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
class MullStable < Formula
2-
desc ""
3-
homepage ""
2+
version "0.7.0"
3+
desc "LLVM-based mutation testing for C and C++"
4+
homepage "https://github.com/mull-project/mull"
45
url "https://dl.bintray.com/mull-project/macos/pool/main/m/Mull-0.7.0-LLVM-9.0-macOS-10.15.3.zip"
56
sha256 "ead397a4c57f60337a2cf02394b65e500a60691892ecadd2ae36cba8317b10c6"
67

78
def install
8-
%[ pwd ]
9+
bin.install "bin/mull-cxx"
910
end
1011

1112
test do
12-
system "false"
13+
system bin/"mull-cxx", "--version"
1314
end
1415
end
1516

0 commit comments

Comments
 (0)