Skip to content

Add a homebrew CI test #3

Add a homebrew CI test

Add a homebrew CI test #3

Workflow file for this run

name: Homebrew
on: [pull_request]
jobs:
test:
runs-on: macos-latest
steps:
- run: brew --version
- run: brew tap maplibre/martin https://github.com/maplibre/martin.git
- run: brew install maplibre/martin/martin
# - name: Checkout code
# uses: actions/checkout@v2
#
# - name: Set up Homebrew
# run: |
# brew update
# brew install --build-bottle formula # Replace 'formula' with the name of your formula
#
# - name: Test Formula Installation
# run: |
# brew install --verbose formula # Replace 'formula' with the name of your formula