Merge pull request #135 from louib/github-ci

Adding GitHub CI build process.
This commit is contained in:
PartialVolume
2019-11-24 08:25:39 +00:00
committed by GitHub
2 changed files with 20 additions and 0 deletions

19
.github/workflows/ci.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
name: CI on Ubuntu 18.04
on: [push]
jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- name: installing system dependencies
run: sudo apt-get install -y build-essential pkg-config automake libncurses5-dev autotools-dev libparted-dev dmidecode
- name: creating autoconf files
run: ./init.sh
- name: configure
run: ./configure CFLAGS='-O0 -g -Wall -Wextra'
- name: make
run: make

View File

@@ -1,4 +1,5 @@
# nwipe
![GitHub CI badge](https://github.com/martijnvanbrummelen/nwipe/workflows/CI%20on%20Ubuntu%2018.04/badge.svg)
nwipe is a command that will securely erase disks using a variety of
recognised methods. It is a fork of the dwipe command used by