github actions: add macos tests

Signed-off-by: Michael Adam <obnox@samba.org>
This commit is contained in:
Michael Adam 2021-05-12 23:16:23 +02:00
parent 132a55cefb
commit 2db9a2a00f

View File

@ -15,6 +15,15 @@ jobs:
- run: ./configure - run: ./configure
- run: make - run: make
- run: make test - run: make test
test-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: brew install automake
- run: ./autogen.sh
- run: ./configure
- run: make
- run: make test
valgrind-test: valgrind-test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: