From f9c18e80595fae26f1d45dab5427c7122d15cb35 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 26 Mar 2021 21:32:55 -0400 Subject: ci: Switch to GitHub Actions --- .github/workflows/macos.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/macos.yml (limited to '.github/workflows/macos.yml') diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml new file mode 100644 index 0000000..ab359e1 --- /dev/null +++ b/.github/workflows/macos.yml @@ -0,0 +1,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 -- cgit v1.2.3