From 740f6ad4b16366e45e865e8ba951e4cc6626ef1a Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Thu, 11 Jan 2024 12:05:38 -0500 Subject: [PATCH] Update martin.rb (#20) --- .github/workflows/ci.yml | 1 + martin.rb | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a41b33f..5e4d3d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/martin.rb b/martin.rb index 66d2c6d..0d7dac5 100644 --- a/martin.rb +++ b/martin.rb @@ -35,6 +35,7 @@ class Martin < Formula def install bin.install "martin" + bin.install "martin-cp" bin.install "mbtiles" end @@ -47,6 +48,7 @@ def caveats; <<~EOS test do `#{bin}/martin --version` + `#{bin}/martin-cp --version` `#{bin}/mbtiles --version` end end