add MacOS.yml

This commit is contained in:
neil 2022-08-06 13:46:36 +08:00 committed by Nicolas Viennot
parent 17d4a8a7df
commit fde4b58228

37
.github/workflows/MacOS.yml vendored Normal file
View 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