Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

CI: build on ubuntu 20.04 #14

CI: build on ubuntu 20.04

CI: build on ubuntu 20.04 #14

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: autogen
run: ./autogen.sh
- name: configure
run: ./configure
- name: make
run: make
- name: make distcheck
run: make distcheck