Skip to content

Merge pull request #68 from cyborgdennett/master #31

Merge pull request #68 from cyborgdennett/master

Merge pull request #68 from cyborgdennett/master #31

Workflow file for this run

name: C/C++ CI (Linux)
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: install dependencies
run: sudo apt-get -y install autoconf autopoint build-essential pkg-config gettext
- name: autoreconf
run: autoreconf -i
- name: configure
run: ./configure
- name: make
run: make