0
0
mirror of https://github.com/tmate-io/tmate.git synced 2024-10-18 08:55:59 +00:00
tmate-io_tmate/.github/workflows/MacOS.yml
2022-08-06 21:30:02 -04:00

38 lines
568 B
YAML

name: MacOS
on:
push:
branches:
- '*'
paths:
- '**.c'
- '**.h'
- 'compat/*'
- '.github/workflows/MacOS.yml'
pull_request:
branches:
- '*'
paths:
- '**.c'
- '**.h'
- 'compat/*'
- '.github/workflows/MacOS.yml'
jobs:
MacOS:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: |
brew install automake msgpack libssh
autoupdate
./autogen.sh
./configure
make
make install