summaryrefslogtreecommitdiffstats
path: root/.github/workflows/macos.yml
blob: ab359e15f58273ccf643b6023d4c0d1bff51676b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: macOS

on: [push, pull_request]

jobs:
  build:
    runs-on: macos-latest

    steps:
      - uses: actions/checkout@v2

      - name: Run tests
        run: |
          make -j$(sysctl -n hw.ncpu) distcheck