mirror of https://github.com/xzeldon/htop.git
CI: Add a HWLOC enabled job
This commit is contained in:
parent
345d415537
commit
d64a6a2453
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue