summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorBert Wesarg <bert.wesarg@googlemail.com>2020-08-25 10:52:29 +0200
committerBert Wesarg <bert.wesarg@googlemail.com>2020-08-25 11:42:21 +0200
commitd64a6a245361b1cce92c77ec677ca8dc1f0fec49 (patch)
tree673d779b2042c9c5a14bbd66246ecd6b3c026cca /.github
parent345d415537af1006fb32ff02743d788e64a32ae8 (diff)
CI: Add a HWLOC enabled job
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index bb7fb0a8..a60d48a6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,6 +18,21 @@ jobs:
- name: Distcheck
run: make distcheck
+ build-ubuntu-latest-hwloc:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ - name: Install Dependencies
+ run: sudo apt-get install libncursesw5-dev libhwloc-dev
+ - name: Bootstrap
+ run: ./autogen.sh
+ - name: Configure
+ run: ./configure --enable-werror --enable-hwloc
+ - name: Build
+ run: make
+ - name: Distcheck
+ run: make distcheck DISTCHECK_CONFIGURE_FLAGS='--enable-werror --enable-hwloc'
+
whitespace_check:
runs-on: ubuntu-latest
steps:

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