Skip to content

Don't conditionalize these variables #84

Don't conditionalize these variables

Don't conditionalize these variables #84

Workflow file for this run

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@v2
- run: ./autogen.sh
- run: ./configure --enable-syslog
- run: make distcheck