github actions: add macos tests
Signed-off-by: Michael Adam <obnox@samba.org>
This commit is contained in:
parent
132a55cefb
commit
2db9a2a00f
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@ -15,6 +15,15 @@ jobs:
|
||||
- run: ./configure
|
||||
- run: make
|
||||
- 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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user