Skip to content

Commit

Permalink
Update martin.rb (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik authored Jan 11, 2024
1 parent 6f88d68 commit 740f6ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- run: brew --version
- run: brew install --verbose --formula --build-from-source ./martin.rb
- run: martin --version
- run: martin-cp --version
- run: mbtiles --version


Expand Down
2 changes: 2 additions & 0 deletions martin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class Martin < Formula

def install
bin.install "martin"
bin.install "martin-cp"
bin.install "mbtiles"
end

Expand All @@ -47,6 +48,7 @@ def caveats; <<~EOS

test do
`#{bin}/martin --version`
`#{bin}/martin-cp --version`
`#{bin}/mbtiles --version`
end
end

0 comments on commit 740f6ad

Please sign in to comment.