summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-12-04 17:35:41 +0100
committercgzones <cgzones@googlemail.com>2020-12-08 16:07:45 +0100
commitdcf7ad386c36d1f1bc2fac1bda95170561387437 (patch)
treee3f6fe927f0cfaf874c0ce838ce9e2c566574b60 /.github
parent30bf212185e42a8e023196db1ea07eb7e774b474 (diff)
GitHub CI: add macOS build
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e416c67f..b3c0c62c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -102,6 +102,23 @@ jobs:
- name: Build
run: scan-build-11 -analyze-headers --status-bugs make -j"$(nproc)"
+ build-macos-latest-clang:
+ runs-on: macOS-latest
+ env:
+ CC: clang
+ steps:
+ - uses: actions/checkout@v2
+ - name: Install Dependencies
+ run: brew install automake
+ - name: Bootstrap
+ run: ./autogen.sh
+ - name: Configure
+ run: ./configure --enable-werror
+ - name: Build
+ run: make -k
+ - name: Distcheck
+ run: make distcheck DISTCHECK_CONFIGURE_FLAGS="--enable-werror"
+
whitespace_check:
runs-on: ubuntu-latest
steps:

© 2014-2024 Faster IT GmbH | imprint | privacy policy