Drop gznbd #105
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build NBD | |
on: [push] | |
jobs: | |
Build-NBD: | |
runs-on: ubuntu-latest | |
steps: | |
- name: install dependencies | |
run: sudo apt-get update && sudo apt-get -y install docbook-utils libglib2.0-dev libgnutls28-dev libnl-genl-3-dev autoconf-archive | |
- name: Check out repository | |
uses: actions/checkout@v4 | |
- run: ./autogen.sh | |
- run: ./configure --enable-syslog | |
- run: make distcheck |