mirror of
https://github.com/tmate-io/tmate.git
synced 2025-01-25 07:18:52 +01:00
add MacOS.yml
This commit is contained in:
parent
17d4a8a7df
commit
fde4b58228
37
.github/workflows/MacOS.yml
vendored
Normal file
37
.github/workflows/MacOS.yml
vendored
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
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:
|
||||||
|
NetBSD:
|
||||||
|
runs-on: macos-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- run: |
|
||||||
|
brew install automake
|
||||||
|
autoupdate
|
||||||
|
./autogen.sh
|
||||||
|
./configure
|
||||||
|
make
|
||||||
|
make install
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user