Merge branch 'master' into fix-limits-include
This commit is contained in:
commit
0c6caf9e07
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user