Skip to content

Document git cloning and configure script generation via autoreconf #89

Document git cloning and configure script generation via autoreconf

Document git cloning and configure script generation via autoreconf #89

Workflow file for this run

name: Run CI tests
on:
- push
- pull_request
jobs:
runci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential autoconf
- name: Run CI
run: |
./runci.sh