Merge pull request #141 from martijnvanbrummelen/PartialVolume-patch-1

Create ci_ubuntu-16.04
This commit is contained in:
PartialVolume
2019-11-30 17:48:06 +00:00
committed by GitHub

19
.github/workflows/ci_ubuntu-16.04 vendored Normal file
View File

@@ -0,0 +1,19 @@
name: CI_on_ubuntu-16.04
on: [push]
jobs:
build:
runs-on: ubuntu-16.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